Skip to content

Commit 34cbbd0

Browse files
Merge pull request #90 from RobotlegsJS/greenkeeper/publish-please-5.0.0
Update publish-please to the latest version 🚀
2 parents d23d111 + 2f3038a commit 34cbbd0

File tree

4 files changed

+339
-846
lines changed

4 files changed

+339
-846
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tslint.json
2222
tslint.test.json
2323
webpack.config.js
2424
yarn.lock
25+
.auditignore
2526
.editorconfig
2627
.gitignore
2728
.istanbul.yml

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
},
6969
"devDependencies": {
7070
"@types/bluebird": "^3.5.24",
71-
"@types/chai": "^4.1.6",
71+
"@types/chai": "^4.1.7",
7272
"@types/mocha": "^5.2.5",
7373
"@types/sinon": "^5.0.5",
74-
"bluebird": "^3.5.2",
74+
"bluebird": "^3.5.3",
7575
"browserify-versionify": "^1.0.6",
7676
"chai": "^4.2.0",
7777
"es6-map": "^0.1.5",
@@ -96,21 +96,21 @@
9696
"karma-webpack": "^3.0.5",
9797
"mocha": "^5.2.0",
9898
"nyc": "^13.1.0",
99-
"prettier": "^1.14.3",
100-
"publish-please": "^4.1.0",
99+
"prettier": "^1.15.2",
100+
"publish-please": "^5.2.0",
101101
"reflect-metadata": "^0.1.12",
102102
"remap-istanbul": "^0.12.0",
103103
"rimraf": "^2.6.2",
104-
"sinon": "^7.1.0",
104+
"sinon": "^7.1.1",
105105
"sinon-chai": "^3.2.0",
106106
"source-map-support": "^0.5.9",
107-
"ts-loader": "^5.2.2",
107+
"ts-loader": "^5.3.0",
108108
"ts-node": "^7.0.1",
109109
"tslint": "^5.11.0",
110-
"tslint-config-prettier": "^1.15.0",
111-
"typescript": "^3.1.3",
110+
"tslint-config-prettier": "^1.16.0",
111+
"typescript": "^3.1.6",
112112
"uglifyjs-webpack-plugin": "^2.0.1",
113-
"webpack": "^4.23.1",
113+
"webpack": "^4.25.1",
114114
"webpack-cli": "^3.1.2",
115115
"webpack-dev-server": "^3.1.10"
116116
}

0 commit comments

Comments
 (0)