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.
1 parent cb57e8e commit d9796b6Copy full SHA for d9796b6
build/main.js
@@ -0,0 +1,3 @@
1
+module.exports = {
2
+ manifest: require( "./manifest" )
3
+};
package.json
@@ -8,6 +8,7 @@
8
"name": "jQuery Foundation and other contributors",
9
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
10
},
11
+ "main": "build/main.js",
12
"maintainers": [
13
{
14
"name": "Scott González",
0 commit comments