File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Easily wait for an element to complete it's transition using native vanilla JavaScript" ,
5
5
"main" : " dist/wait-for-element-transition.js" ,
6
6
"types" : " dist/wait-for-element-transition.d.ts" ,
7
+ "files" : [
8
+ " dist/**/*"
9
+ ],
7
10
"scripts" : {
8
11
"test" : " karma start karma.conf.js && npm run lint" ,
9
12
"test-server" : " karma start karma.conf.js --single-run=false" ,
10
13
"preversion" : " npm test" ,
11
14
"minify" : " uglifyjs dist/wait-for-element-transition.js -o dist/wait-for-element-transition.min.js" ,
12
15
"build" : " rm -rf dist/* && rollup -c && npm run minify" ,
13
16
"banner" : " banner-cli dist/*.js" ,
14
- "version" : " npm run build && npm run banner && git add -A dist " ,
17
+ "version" : " npm run build && npm run banner" ,
15
18
"postversion" : " git push && git push --tags" ,
16
19
"start" : " rollup -c --watch" ,
17
20
"lint" : " npm run lint:scripts && npm run lint:format" ,
You can’t perform that action at this time.
0 commit comments