Skip to content

Commit

Permalink
Add license on package.json (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
shigemk2 authored and LinusBorg committed Nov 6, 2017
1 parent 016a60a commit 31365aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"type": "string",
"label": "Author"
},
"license": {
"type": "string",
"label": "License",
"default": "MIT"
},
"sass": {
"type": "confirm",
"message": "Use sass?",
Expand Down
1 change: 1 addition & 0 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "{{ description }}",
"version": "1.0.0",
"author": "{{ author }}",
"license": "{{ license }}",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
Expand Down

0 comments on commit 31365aa

Please sign in to comment.