Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit c55a5a8

Browse files
committed
Add missing "main" attribute to package.json
package.json requires a "main" attribute so that anything requiring the module will be able to find the main js file. The major use case for this is browserify.
1 parent 65d678d commit c55a5a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"grunt-ngmin": "0.0.3"
2323
},
2424
"scripts": {},
25+
"main": "./modules/utils.js",
2526
"repository": {
2627
"type": "git",
2728
"url": "git://github.com/angular-ui/ui-utils.git"

0 commit comments

Comments
 (0)