Skip to content

Commit

Permalink
add publish config field.
Browse files Browse the repository at this point in the history
  • Loading branch information
taku-o committed Sep 6, 2019
1 parent eec0b72 commit c95d332
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "@taku-o/gulp-webdriver",
"version": "3.0.0",
"version": "3.0.1",
"description": "Fork of gulp-webdriver. @wdio/cli support version of gulp-webdriver.",
"repository": {
"type": "git",
"url": "git://github.com/taku-o/gulp-webdriver.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"main": "lib/index.js",
"scripts": {
"prepublish": "npm run compile",
Expand Down

0 comments on commit c95d332

Please sign in to comment.