File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 19
19
"url" : " https://github.com/robertoentringer/animations.js/issues" ,
20
20
"email" : " r.entringer@gmail.com"
21
21
},
22
- "homepage" : " https://github.com/robertoentringer/ animations.js " ,
22
+ "homepage" : " https://animations.now.sh " ,
23
23
"main" : " src/animations.js" ,
24
+ "module" : " src/animations.js" ,
24
25
"unpkg" : " dist/animations.js" ,
25
26
"files" : [
26
- " src/animations.js" ,
27
27
" dist/**/*.js"
28
28
],
29
29
"scripts" : {
30
- "lint" : " eslint --fix src/**" ,
30
+ "lint" : " eslint --fix src/**/*.js " ,
31
31
"build" : " parcel build src/animations.js --out-dir dist --detailed-report --no-source-maps --no-cache --global animations.js" ,
32
- "prepare" : " npm run lint" ,
33
- "prepublishOnly" : " npm run build" ,
34
- "preversion" : " npm run lint" ,
32
+ "prepack" : " npm run lint && npm run build" ,
35
33
"version" : " npm run lint && git add -A src" ,
36
34
"postversion" : " git push && git push --tags"
37
35
},
You can’t perform that action at this time.
0 commit comments