We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0532ebe commit 3377019Copy full SHA for 3377019
package.json
@@ -1,8 +1,23 @@
1
{
2
"name": "vue-webpack-chrome-extension-template",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Template for quick creation of Chrome extension on Vuejs hot reloading when developing.",
5
"author": "ALiangLiang",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git://github.com/ALiangLiang/vue-webpack-chrome-extension-template.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/ALiangLiang/vue-webpack-chrome-extension-template/issues"
12
13
+ "keywords": [
14
+ "vue",
15
+ "webpack",
16
+ "webpack-boilerplate",
17
+ "template",
18
+ "chrome-extension",
19
+ "vuejs2"
20
+ ],
21
"license": "MIT",
22
"devDependencies": {
23
"vue-cli": "^2.9.3"
0 commit comments