Skip to content

Commit

Permalink
Use publish-please (#149)
Browse files Browse the repository at this point in the history
* Use publish-please

* Use publish-please
  • Loading branch information
AndreyBelym authored and AlexanderMoskovkin committed Mar 22, 2018
1 parent fec9bf1 commit ce8b662
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .publishrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"validations": {
"vulnerableDependencies": false,
"uncommittedChanges": true,
"untrackedFiles": true,
"sensitiveData": true,
"branch": "master",
"gitTag": true
},
"confirm": true,
"publishCommand": "gulp publish",
"publishTag": "latest",
"prePublishScript": "npm test"
}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-browser-tools",
"version": "1.6.1",
"version": "1.6.2",
"description": "An utility library for performing platform-dependent actions on browsers.",
"homepage": "https://github.com/DevExpress/testcafe-browser-tools",
"bugs": "https://github.com/DevExpress/testcafe-browser-tools/issues",
Expand Down Expand Up @@ -49,13 +49,16 @@
"gulp-remote-src": "^0.4.1",
"hogan-express": "^0.5.2",
"lodash": "^4.14.0",
"publish-please": "^2.3.1",
"tar-stream": "^1.5.5",
"through2": "^2.0.0",
"tmp": "0.0.33",
"viewportsizes": "^0.1.2"
},
"scripts": {
"test": "gulp test"
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"main": "./lib/index",
"files": [
Expand Down

0 comments on commit ce8b662

Please sign in to comment.