Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Add assets/exported images + npm script to publish to chrome store
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jul 7, 2017
1 parent 731ded0 commit 277c921
Show file tree
Hide file tree
Showing 9 changed files with 137 additions and 1 deletion.
134 changes: 134 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"firefox-dist": "cross-env NODE_ENV=production cross-env TARGET=firefox gulp dist",
"dist": "npm run chrome-dist && npm run opera-dist && npm run firefox-dist",
"prettier": "prettier --write --single-quote --trailing-comma es5 'src/**/*.js'",
"test": "jest"
"test": "jest",
"chrome-publish": "npm run chrome-dist && webstore upload --source dist/chrome.zip --extension-id mdfbapknmcpnbmggahhaegehbbbmhmgg --auto-publish"
},
"devDependencies": {
"babel-core": "^6.1.2",
Expand All @@ -24,6 +25,7 @@
"babel-preset-es2015": "^6.1.2",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"chrome-webstore-upload-cli": "^1.1.1",
"cross-env": "^3.2.4",
"event-stream": "^3.3.4",
"file-saver": "^1.3.3",
Expand Down
Binary file added res/Chrome - large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/Chrome - marquee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/Chrome - small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/Chrome Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/Opera Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/Opera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/assets.sketch
Binary file not shown.

0 comments on commit 277c921

Please sign in to comment.