Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit d0f4937

Browse files
chore(*): bump package version to 0.4.0
chore(*): Add npm prepublish to enable "npm install ../angular-ui-router"
1 parent f2910e9 commit d0f4937

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-router",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"license" : "MIT",
55
"main": "./release/angular-ui-router.js",
66
"dependencies": {

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-router",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "State-based routing for AngularJS",
55
"keywords": [
66
"angular",

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-router",
33
"description": "State-based routing for AngularJS",
4-
"version": "0.3.2",
4+
"version": "0.4.0",
55
"homepage": "http://angular-ui.github.com/",
66
"contributors": [
77
{
@@ -33,6 +33,11 @@
3333
"type": "git",
3434
"url": "https://github.com/angular-ui/ui-router.git"
3535
},
36+
"scripts": {
37+
"test": "grunt integrate",
38+
"build": "grunt dist",
39+
"prepublish": "grunt prepare-release dist"
40+
},
3641
"bugs": {
3742
"url": "https://github.com/angular-ui/ui-router/issues"
3843
},

0 commit comments

Comments
 (0)