Browse Source

Add license on package.json (#129)

pull/100/merge
Michihito Shigemura 8 years ago
committed by Thorsten Lünborg
parent
commit
31365aa8b8
  1. 5
      meta.json
  2. 1
      template/package.json

5
meta.json

@ -15,6 +15,11 @@
"type": "string", "type": "string",
"label": "Author" "label": "Author"
}, },
"license": {
"type": "string",
"label": "License",
"default": "MIT"
},
"sass": { "sass": {
"type": "confirm", "type": "confirm",
"message": "Use sass?", "message": "Use sass?",

1
template/package.json

@ -3,6 +3,7 @@
"description": "{{ description }}", "description": "{{ description }}",
"version": "1.0.0", "version": "1.0.0",
"author": "{{ author }}", "author": "{{ author }}",
"license": "{{ license }}",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",

Loading…
Cancel
Save