Browse Source

include package.json version field

pull/25/head
Charbel 9 years ago
parent
commit
29bdc1fab8
  1. 6
      meta.json
  2. 1
      template/package.json

6
meta.json

@ -5,6 +5,12 @@
"required": true,
"label": "Project name"
},
"version": {
"type": "string",
"required": true,
"label": "The version of the package",
"default": "0.1.0"
},
"description": {
"type": "string",
"required": true,

1
template/package.json

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

Loading…
Cancel
Save