Skip to content

Commit

Permalink
Added missing fields to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindavid committed Sep 2, 2019
1 parent c6e55ee commit f987b8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"main": "dist/craftui.js",
"unpkg": "dist/craftui.min.js",
"module": "dist/craftui.es.js",
"repository": {
"url": "[email protected]:pixelandtonic/craftui.git",
"type": "git"
},
"license": "MIT",
"scripts": {
"build": "bili --config bili.config.js",
"watch": "bili --config bili.config.js --watch",
Expand Down

0 comments on commit f987b8c

Please sign in to comment.