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 9ba7aa5 commit 46fceb2Copy full SHA for 46fceb2
package.json
@@ -3,7 +3,7 @@
3
"description": "Simple notify component for VueJS 2",
4
"version": "1.0.0",
5
"author": "Adam van Dongen <[email protected]>",
6
- "private": true,
+ "private": false,
7
"scripts": {
8
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
9
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
@@ -12,6 +12,13 @@
12
"velocity-animate": "^1.5.0",
13
"vue": "^2.3.3"
14
},
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
22
"devDependencies": {
23
"babel-core": "^6.0.0",
24
"babel-loader": "^6.0.0",
0 commit comments