Skip to content

Commit 8c1559a

Browse files
committed
bump to 0.1.0, add npm support
1 parent 5e7ddcf commit 8c1559a

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

bower.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-pnotify",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"homepage": "https://github.com/jacqueslareau/angular-pnotify",
55
"authors": [
66
"Jacques Lareau <[email protected]>"
@@ -21,9 +21,9 @@
2121
"test",
2222
"tests"
2323
],
24-
"dependencies": {
25-
"angular": "^1.2.23",
26-
"pnotify": "~2.0.1",
27-
"jquery": ">=1.9"
28-
}
24+
"dependencies": {
25+
"angular": "~1.5.5",
26+
"pnotify": "~3.0.0",
27+
"jquery": ">=1.9"
28+
}
2929
}

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "angular-pnotify",
3+
"version": "0.1.0",
4+
"description": "AngularJS wrapper for PNotify",
5+
"main": "src/angular-pnotify.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/jacqueslareau/angular-pnotify.git"
12+
},
13+
"author": "Jacques Lareau <[email protected]>",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/jacqueslareau/angular-pnotify/issues"
17+
},
18+
"homepage": "https://github.com/jacqueslareau/angular-pnotify#readme",
19+
"keywords": [
20+
"angular",
21+
"notification",
22+
"pines",
23+
"pnotify"
24+
],
25+
"dependencies": {
26+
"angular": "~1.5.5",
27+
"pnotify": "~3.0.0",
28+
"jquery": ">=1.9"
29+
}
30+
}

0 commit comments

Comments
 (0)