Skip to content

Commit 588ab4f

Browse files
committed
Package name changed
1 parent 4d7202e commit 588ab4f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met:
1111
this list of conditions and the following disclaimer in the documentation
1212
and/or other materials provided with the distribution.
1313

14-
* Neither the name of ng-acl nor the names of its
14+
* Neither the name of angularjs-acl nor the names of its
1515
contributors may be used to endorse or promote products derived from
1616
this software without specific prior written permission.
1717

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "ng-acl",
2+
"name": "angularjs-acl",
33
"version": "0.1.0",
4-
"homepage": "https://github.com/StyleT/ng-acl",
4+
"homepage": "https://github.com/StyleT/angularjs-acl",
55
"authors": [
66
"Vladlen Fedosov <vlad.fedosov@gmail.com>"
77
],

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ng-acl",
2+
"name": "angularjs-acl",
33
"version": "0.1.0",
44
"description": "Provides a lightweight and flexible ACL implementation for privileges management in AngularJS",
55
"main": "./dist/acl.js",
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/StyleT/ng-acl.git"
15+
"url": "git+https://github.com/StyleT/angularjs-acl.git"
1616
},
1717
"keywords": [
1818
"acl",
@@ -21,9 +21,9 @@
2121
"author": "Vlad Fedosov <vlad.fedosov@gmail.com>",
2222
"license": "BSD-3-Clause",
2323
"bugs": {
24-
"url": "https://github.com/StyleT/ng-acl/issues"
24+
"url": "https://github.com/StyleT/angularjs-acl/issues"
2525
},
26-
"homepage": "https://github.com/StyleT/ng-acl#readme",
26+
"homepage": "https://github.com/StyleT/angularjs-acl#readme",
2727
"devDependencies": {
2828
"bower": "~1.4.1",
2929
"gulp": "*",

0 commit comments

Comments
 (0)