Skip to content

Commit f62d967

Browse files
committed
Merge pull request #1 from StyleT/feature/npm-fix
Custom installation flow
2 parents b1f3621 + 1a4e3b1 commit f62d967

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ language: node_js
22
node_js:
33
- '0.10'
44
notifications:
5-
email: false
5+
email: false
6+
install:
7+
- npm install
8+
- npm install -g bower
9+
- bower install

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-acl",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"homepage": "https://github.com/StyleT/angularjs-acl",
55
"authors": [
66
"Vladlen Fedosov <vlad.fedosov@gmail.com>"

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "angularjs-acl",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"description": "Provides a lightweight and flexible ACL implementation for privileges management in AngularJS",
55
"main": "./dist/acl.js",
66
"scripts": {
77
"gulp": "gulp",
88
"karma": "karma",
99
"bower": "bower",
10-
"test": "gulp test",
11-
"postinstall": "./node_modules/bower/bin/bower install"
10+
"test": "gulp test"
1211
},
1312
"repository": {
1413
"type": "git",

0 commit comments

Comments
 (0)