We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 232a399 + 0d0e1a8 commit 91dfb70Copy full SHA for 91dfb70
index.js
@@ -0,0 +1,3 @@
1
+require('./release/angular-ui-router.js');
2
+module.exports = 'ui.router';
3
+
package.json
@@ -62,5 +62,5 @@
62
"grunt-conventional-changelog": "~1.1.0",
63
"grunt-ngdocs": "~0.2.5"
64
},
65
- "main": "release/angular-ui-router.js"
+ "main": "index.js"
66
}
0 commit comments