Skip to content

Commit

Permalink
prep to publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed May 14, 2017
1 parent d0a0172 commit 7673d15
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
20 changes: 20 additions & 0 deletions chrome-launcher/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# folders
.vscode/
test/
node_modules/

# include all compiled JS
!*.js

# generated files
npm-debug.log

# dev files
.appveyor.yml
.DS_Store
.editorconfig
.eslintignore
.eslintrc.js
.travis.yml
gulpfile.js
8 changes: 6 additions & 2 deletions chrome-launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "chrome-launcher",
"private": true,
"main": "chrome-launcher.js",
"scripts": {
"build": "tsc",
Expand All @@ -17,5 +16,10 @@
"dependencies": {
"@types/mkdirp": "^0.3.29",
"@types/node": "6.0.66"
}
},
"version": "0.0.1",
"description": "Launch latest Chrome with the devtools-protocol port open",
"repository": "https://github.com/GoogleChrome/lighthouse/tree/master/chrome-launcher",
"author": "The Chromium Authors",
"license": "Apache-2.0"
}

0 comments on commit 7673d15

Please sign in to comment.