File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 20
20
"email" : " r.entringer@gmail.com"
21
21
},
22
22
"homepage" : " https://github.com/robertoentringer/animations.js" ,
23
- "main" : " animations.js" ,
23
+ "main" : " src/ animations.js" ,
24
24
"unpkg" : " dist/animations.js" ,
25
25
"files" : [
26
- " animations.js" ,
27
- " dist"
26
+ " src/ animations.js" ,
27
+ " dist/**/*.js "
28
28
],
29
29
"scripts" : {
30
- "lint" : " eslint --fix animations.js" ,
31
- "build" : " parcel build animations.js --detailed-report --no-source-maps --no-cache --global animations.js"
30
+ "lint" : " eslint --fix src/**" ,
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" ,
35
+ "version" : " npm run lint && git add -A src" ,
36
+ "postversion" : " git push --dry-run && git push --tags --dry-run"
32
37
},
33
38
"bundledDependencies" : [],
34
39
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments