Skip to content

Commit

Permalink
fix(package): added src to npm package. updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arusanov committed Jun 21, 2017
1 parent abcb576 commit b429bef
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 144 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
],
"files": [
"dist",
"lib"
"lib",
"src"
],
"author": "arusanov <[email protected]>",
"repository": {
Expand Down Expand Up @@ -86,8 +87,8 @@
}
},
"devDependencies": {
"@types/jest": "^19.2.2",
"@types/node": "^7.0.2",
"@types/jest": "^20.0.0",
"@types/node": "^8.0.1",
"colors": "^1.1.2",
"commitizen": "^2.9.5",
"coveralls": "^2.11.15",
Expand All @@ -98,15 +99,15 @@
"prompt": "^1.0.0",
"replace-in-file": "^2.3.2",
"rimraf": "^2.5.4",
"rollup": "^0.41.6",
"rollup": "^0.43.0",
"rollup-plugin-node-resolve": "^3.0.0",
"semantic-release": "^6.3.6",
"ts-jest": "^20.0.4",
"ts-node": "^3.0.0",
"tslint": "^5.0.0",
"tslint-config-standard": "^5.0.0",
"tslint-config-standard": "^6.0.0",
"typedoc": "^0.7.0",
"typescript": "^2.3.1",
"typescript": "2.3.4",
"uglify-js": "^3.0.14",
"validate-commit-msg": "^2.10.1"
},
Expand Down
Loading

0 comments on commit b429bef

Please sign in to comment.