Skip to content

Commit cf5aef5

Browse files
Merge pull request #11 from craigcabrey/master
Use index.js as npm package entry point
2 parents 8e80eba + 66e6bc8 commit cf5aef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-utils-pagination",
33
"version": "0.9.2",
44
"description": "Magical automatic pagination for anything in AngularJS",
5-
"main": "dirPagination.js",
5+
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

0 commit comments

Comments
 (0)