Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Levine committed May 23, 2016
1 parent 7000146 commit f07c014
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- 'node'
deploy:
provider: script
script: npm run release
on:
branch: master
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"scripts": {
"build-chrome": "./scripts/build-chrome",
"zip": "zip -jr chrome.zip dist/chrome/",
"release": "npm run build-chrome && npm run zip && webstore upload publish"
"release": "npm run build-chrome && npm run zip && webstore upload publish chrome.zip"
},
"author": "Andrew Levine",
"dependencies": {
"devDependencies": {
"chrome-webstore-upload-cli": "^0.1.0",
"babel-core": "^6.3.15",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion shells/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Octo Preview",
"version": "1.0.1",
"version": "1.0.2",
"description": "Live preview for markdown comments in PRs/Issues on GitHub",
"manifest_version": 2,
"content_scripts": [{
Expand Down

0 comments on commit f07c014

Please sign in to comment.