Skip to content

Commit

Permalink
fix($dist): Add dist/ folder to files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Kyvenko committed Jul 11, 2017
1 parent ef19892 commit a3fb9db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"typescript": "^2.2.2",
"webpack": "^3.0.0"
},
"files": [
"dist/"
],
"homepage": "https://github.com/trustpilot/skift#readme",
"license": "MIT",
"main": "dist/skift.js",
Expand All @@ -45,12 +48,12 @@
"url": "https://github.com/trustpilot/skift.git"
},
"scripts": {
"precz": "npm run lint",
"cz": "git-cz",
"build:dev": "cross-env NODE_ENV=development webpack",
"build:prod": "cross-env NODE_ENV=production webpack",
"ci:travis": "npm run lint && npm run test",
"cz": "git-cz",
"lint": "tslint 'src/**/*.ts' --type-check --project ./",
"precz": "npm run lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"start": "node examples/serve.js",
"test": "karma start",
Expand Down

0 comments on commit a3fb9db

Please sign in to comment.