aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index de94b1110..29e6f90e5 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,14 @@
"script": "./dist/jquery.slim.min.js",
"default": "./dist-module/jquery.slim.module.min.js"
},
+ "./factory": {
+ "node": "./dist/jquery.factory.js",
+ "default": "./dist-module/jquery.factory.module.js"
+ },
+ "./factory-slim": {
+ "node": "./dist/jquery.factory.slim.js",
+ "default": "./dist-module/jquery.factory.slim.module.js"
+ },
"./src/*.js": "./src/*.js"
},
"main": "dist/jquery.js",