Skip to content

Commit 46fceb2

Browse files
committed
added repository and issues link and set to public
1 parent 9ba7aa5 commit 46fceb2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Simple notify component for VueJS 2",
44
"version": "1.0.0",
55
"author": "Adam van Dongen <[email protected]>",
6-
"private": true,
6+
"private": false,
77
"scripts": {
88
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
99
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
@@ -12,6 +12,13 @@
1212
"velocity-animate": "^1.5.0",
1313
"vue": "^2.3.3"
1414
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/websmurf/vue2-notify"
18+
},
19+
"bugs": {
20+
"url": "https://github.com/websmurf/vue2-notify/issues"
21+
},
1522
"devDependencies": {
1623
"babel-core": "^6.0.0",
1724
"babel-loader": "^6.0.0",

0 commit comments

Comments
 (0)