Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
kei committed Jan 24, 2018
1 parent 934a1b7 commit e1a3bc5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,4 +1,3 @@
.DS_Store
node_modules
the-tab-of-words.pem
the-tab-of-words.zip
2 changes: 1 addition & 1 deletion app/package.json
Expand Up @@ -8,7 +8,7 @@
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"lint": "eslint --ext .js,.vue src",
"build": "node build/build.js && rm -rf ../the-tab-of-words.zip && zip -r ../the-tab-of-words.zip ../the-tab-of-words"
"build": "node build/build.js"
},
"dependencies": {
"lodash": "^4.17.4",
Expand Down
Binary file removed the-tab-of-words.crx
Binary file not shown.
Binary file added the-tab-of-words.zip
Binary file not shown.
1 change: 1 addition & 0 deletions the-tab-of-words/manifest.json
Expand Up @@ -17,6 +17,7 @@
],
"applications": {
"gecko": {
"id": "{87cdf9d5-32e6-4adc-81e2-30ecd6953ad9}",
"strict_min_version": "53.0"
}
}
Expand Down

0 comments on commit e1a3bc5

Please sign in to comment.