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

Commit d942b84

Browse files
committed
Merge pull request #149 from thgreasi/master
Fix(package.json) corrected `main` path
2 parents efd0ea1 + 456213f commit d942b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "https://github.com/angular-ui/ui-sortable/graphs/contributors",
66
"license": "MIT",
77
"homepage": "http://angular-ui.github.com",
8-
"main": "./sortable.js",
8+
"main": "./src/sortable.js",
99
"dependencies": {},
1010
"devDependencies": {
1111
"angular-ui-publisher": "1.2.x",

0 commit comments

Comments
 (0)