Skip to content

Commit

Permalink
fix: files field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyi7099 committed Jun 27, 2018
1 parent 47802bc commit ebe101f
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 @@ -12,6 +12,7 @@
"files": [
"src",
"dist/*.js",
"dist/*.css",
"types/*.d.ts"
],
"deprecated": false,
Expand Down Expand Up @@ -42,7 +43,7 @@
"report-coverage": "codecov",
"gen-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"version": "4.6.11",
"version": "4.6.12",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.5",
Expand Down

0 comments on commit ebe101f

Please sign in to comment.