Skip to content

Commit 958ccfc

Browse files
committed
correct main path
1 parent d7f741a commit 958ccfc

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
@@ -2,7 +2,7 @@
22
"name": "jquerykeyframes",
33
"version": "0.1.0",
44
"description": "jQuery-Keyframes allows dynamic generation of CSS3 keyframes with callback events and other niceness.",
5-
"main": "jquery.keyframes.min.js",
5+
"main": "dist/jquery.keyframes.min.js",
66
"scripts": {
77
"build": "npx babel src -d dist && npm run minify",
88
"minify": "uglifyjs --compress --mangle -- dist/jquery.keyframes.js > dist/jquery.keyframes.min.js"

0 commit comments

Comments
 (0)