Skip to content

Commit

Permalink
Merge pull request #8 from RobotlegsJS/greenkeeper/publish-please-5.0.0
Browse files Browse the repository at this point in the history
Update publish-please to the latest version 🚀

Closes #9
  • Loading branch information
tiagoschenkel authored Nov 24, 2018
2 parents db148af + f02e2a5 commit 5959efc
Show file tree
Hide file tree
Showing 4 changed files with 1,472 additions and 1,054 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ src/**/*.js.map
test/**/*.js
test/**/*.js.map
npm-debug.log
package-lock.json
yarn-error.log
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ CONTRIBUTING.md
ISSUE_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
karma.conf.js
package-lock.json
tsconfig.json
tsconfig.test.json
tslint.json
tslint.test.json
webpack.config.js
webpack.example.config.js
yarn.lock
.auditignore
.editorconfig
.gitignore
.istanbul.yml
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/chai": "^4.1.6",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/sinon": "^5.0.4",
"bluebird": "^3.5.2",
"@types/sinon": "^5.0.7",
"bluebird": "^3.5.3",
"browserify-versionify": "^1.0.6",
"chai": "^4.2.0",
"es6-map": "^0.1.5",
Expand All @@ -68,7 +68,7 @@
"imports-loader": "^0.8.0",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^3.0.0",
"karma": "^3.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
Expand All @@ -84,20 +84,21 @@
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"phaser-ce": "^2.11.1",
"prettier": "^1.14.3",
"publish-please": "^4.0.0",
"prettier": "^1.15.2",
"publish-please": "^5.4.0",
"reflect-metadata": "^0.1.12",
"remap-istanbul": "^0.12.0",
"rimraf": "^2.6.2",
"sinon": "^6.3.5",
"sinon": "^7.1.1",
"sinon-chai": "^3.2.0",
"ts-loader": "^5.2.1",
"ts-loader": "^5.3.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.1.1",
"webpack": "^4.20.2",
"tslint-config-prettier": "^1.16.0",
"typescript": "^3.1.6",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
"webpack-dev-server": "^3.1.10"
}
}
Loading

0 comments on commit 5959efc

Please sign in to comment.