Skip to content

Commit 5959efc

Browse files
Merge pull request #8 from RobotlegsJS/greenkeeper/publish-please-5.0.0
Update publish-please to the latest version 🚀 Closes #9
2 parents db148af + f02e2a5 commit 5959efc

File tree

4 files changed

+1472
-1054
lines changed

4 files changed

+1472
-1054
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ src/**/*.js.map
1313
test/**/*.js
1414
test/**/*.js.map
1515
npm-debug.log
16+
package-lock.json
1617
yarn-error.log

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ CONTRIBUTING.md
1717
ISSUE_TEMPLATE.md
1818
PULL_REQUEST_TEMPLATE.md
1919
karma.conf.js
20+
package-lock.json
2021
tsconfig.json
2122
tsconfig.test.json
2223
tslint.json
2324
tslint.test.json
2425
webpack.config.js
2526
webpack.example.config.js
2627
yarn.lock
28+
.auditignore
2729
.editorconfig
2830
.gitignore
2931
.istanbul.yml

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
},
5757
"devDependencies": {
5858
"@types/bluebird": "^3.5.24",
59-
"@types/chai": "^4.1.6",
59+
"@types/chai": "^4.1.7",
6060
"@types/mocha": "^5.2.5",
61-
"@types/sinon": "^5.0.4",
62-
"bluebird": "^3.5.2",
61+
"@types/sinon": "^5.0.7",
62+
"bluebird": "^3.5.3",
6363
"browserify-versionify": "^1.0.6",
6464
"chai": "^4.2.0",
6565
"es6-map": "^0.1.5",
@@ -68,7 +68,7 @@
6868
"imports-loader": "^0.8.0",
6969
"istanbul": "^0.4.5",
7070
"istanbul-instrumenter-loader": "^3.0.1",
71-
"karma": "^3.0.0",
71+
"karma": "^3.1.1",
7272
"karma-chai": "^0.1.0",
7373
"karma-chrome-launcher": "^2.2.0",
7474
"karma-coverage-istanbul-reporter": "^2.0.4",
@@ -84,20 +84,21 @@
8484
"karma-webpack": "^3.0.5",
8585
"mocha": "^5.2.0",
8686
"phaser-ce": "^2.11.1",
87-
"prettier": "^1.14.3",
88-
"publish-please": "^4.0.0",
87+
"prettier": "^1.15.2",
88+
"publish-please": "^5.4.0",
8989
"reflect-metadata": "^0.1.12",
9090
"remap-istanbul": "^0.12.0",
9191
"rimraf": "^2.6.2",
92-
"sinon": "^6.3.5",
92+
"sinon": "^7.1.1",
9393
"sinon-chai": "^3.2.0",
94-
"ts-loader": "^5.2.1",
94+
"ts-loader": "^5.3.0",
9595
"ts-node": "^7.0.1",
9696
"tslint": "^5.11.0",
97-
"tslint-config-prettier": "^1.15.0",
98-
"typescript": "^3.1.1",
99-
"webpack": "^4.20.2",
97+
"tslint-config-prettier": "^1.16.0",
98+
"typescript": "^3.1.6",
99+
"uglifyjs-webpack-plugin": "^2.0.1",
100+
"webpack": "^4.26.0",
100101
"webpack-cli": "^3.1.2",
101-
"webpack-dev-server": "^3.1.9"
102+
"webpack-dev-server": "^3.1.10"
102103
}
103104
}

0 commit comments

Comments
 (0)