Skip to content

Commit

Permalink
Tweak package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed Feb 8, 2017
1 parent 302633a commit 5b72f10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dist"
],
"main": "dist/lib/api.js",
"typings": "dist/lib/api.d.ts",
"homepage": "https://github.com/ktsn/vuetype",
"bugs": "https://github.com/ktsn/vuetype/issues",
"repository": {
Expand All @@ -26,7 +27,7 @@
},
"scripts": {
"prepublish": "npm run lint && npm run test && npm run clean && npm run build",
"clean": "rm -rf lib",
"clean": "rm -rf dist",
"dev": "tsc -p src -w",
"build": "tsc -p src",
"lint": "tslint \"src/**/*.ts\" && tslint \"test/specs/**/*.ts\"",
Expand Down

0 comments on commit 5b72f10

Please sign in to comment.