Skip to content

Commit

Permalink
fix: include source directory in distribution and update dependencies
Browse files Browse the repository at this point in the history
fix #60
  • Loading branch information
nareshbhatia committed Mar 2, 2019
1 parent a2cffce commit ddf0e24
Show file tree
Hide file tree
Showing 3 changed files with 1,413 additions and 1,635 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
55 changes: 28 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"files": [
"src/",
"dist/"
],
"scripts": {
Expand All @@ -33,7 +34,7 @@
"format": "prettier --write '{src,test}/**/*.ts*'"
},
"dependencies": {
"path-to-regexp": "^2.4.0",
"path-to-regexp": "^3.0.0",
"query-string": "^5.1.1"
},
"peerDependencies": {
Expand All @@ -43,40 +44,40 @@
"react": "^16.x"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@types/enzyme": "^3.1.15",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@types/enzyme": "^3.9.0",
"@types/history": "^4.7.2",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.15",
"@types/jest": "^24.0.9",
"@types/node": "^11.10.4",
"@types/query-string": "^5.1.0",
"@types/react": "^16.7.17",
"@types/react-dom": "^16.0.11",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.8.2",
"colors": "^1.3.3",
"commitizen": "^3.0.5",
"coveralls": "^3.0.2",
"commitizen": "^3.0.7",
"coveralls": "^3.0.3",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"history": "^4.7.2",
"husky": "^1.2.1",
"jest": "^23.6.0",
"mobx": "^4.8.0",
"husky": "^1.3.1",
"jest": "^24.1.0",
"mobx": "^4.9.2",
"mobx-react": "^5.4.3",
"prettier": "^1.15.3",
"pretty-quick": "^1.8.0",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"prompt": "^1.0.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"replace-in-file": "^3.4.2",
"rimraf": "^2.6.1",
"semantic-release": "^15.13.0",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"replace-in-file": "^3.4.3",
"rimraf": "^2.6.3",
"semantic-release": "^15.13.3",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.2",
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.2.2"
"typescript": "^3.3.3333"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit ddf0e24

Please sign in to comment.