Skip to content

Commit d9796b6

Browse files
committed
Set package's main entry
1 parent cb57e8e commit d9796b6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
manifest: require( "./manifest" )
3+
};

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"name": "jQuery Foundation and other contributors",
99
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
1010
},
11+
"main": "build/main.js",
1112
"maintainers": [
1213
{
1314
"name": "Scott González",

0 commit comments

Comments
 (0)