Browse Source

Add default version (#43)

Not having a version in package.json results in npm prompt errors
```
/npm_prompt.lua:11: attempt to concatenate local 'package_version' (a nil value)
```
config_sass_scss
Eric Githinji 9 years ago
committed by Chris Fritz
parent
commit
56aa433c18
  1. 1
      template/package.json

1
template/package.json

@ -1,6 +1,7 @@
{ {
"name": "{{ name }}", "name": "{{ name }}",
"description": "{{ description }}", "description": "{{ description }}",
"version": "1.0.0",
"author": "{{ author }}", "author": "{{ author }}",
"private": true, "private": true,
"scripts": { "scripts": {

Loading…
Cancel
Save