forked from BinarCode/vue-notifyjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BinarCode#24 support class based notification handling
Add Vue as peer dependency
- Loading branch information
1 parent
2fb163b
commit 6b4cbde
Showing
2 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,17 @@ | |
"test": "echo 'no tests!' && npm run lint", | ||
"prepublish": "npm run build", | ||
"lint": "xo", | ||
"build": "bili --format cjs --format umd --compress --banner --js babel && node-sass themes/ -o themes/", | ||
"build": "bili --external=vue --format cjs --format umd --compress --banner --js babel && node-sass themes/ -o themes/", | ||
"build:example": "poi build", | ||
"dev": "poi --port 5000", | ||
"deploy": "npm run build:example && gh-pages -d example/dist" | ||
}, | ||
"author": "cristij <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"vue": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-preset-vue-app": "^2.0.0", | ||
"bili": "^0.16.0-rc.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters