Skip to content

Commit

Permalink
e2e verdaccio testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Brown committed Apr 21, 2019
1 parent 56d9810 commit 059c04b
Show file tree
Hide file tree
Showing 3 changed files with 2,071 additions and 72 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"email": "[email protected]"
},
"version": "1.0.0",
"main": "index.js",
"main": "./src/index.js",
"bin": {
"pwa-icon-gen": "./cli.js"
"pwa-icon-gen": "./src/cli.js"
},
"files": [
"src/**"
Expand All @@ -34,5 +34,11 @@
"minimist": "^1.2.0",
"react": "^16.8.6",
"sharp": "^0.22.0"
},
"scripts": {
"test:publish": "bash publish-test.sh"
},
"devDependencies": {
"npm-cli-login": "^0.1.1"
}
}
Loading

0 comments on commit 059c04b

Please sign in to comment.