Skip to content

Commit

Permalink
Fix file dist
Browse files Browse the repository at this point in the history
  • Loading branch information
markcellus committed Jul 5, 2022
1 parent f29b47b commit 561f1ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "Easily wait for an element to complete it's transition using native vanilla JavaScript",
"main": "dist/wait-for-element-transition.js",
"types": "dist/wait-for-element-transition.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"test": "karma start karma.conf.js && npm run lint",
"test-server": "karma start karma.conf.js --single-run=false",
"preversion": "npm test",
"minify": "uglifyjs dist/wait-for-element-transition.js -o dist/wait-for-element-transition.min.js",
"build": "rm -rf dist/* && rollup -c && npm run minify",
"banner": "banner-cli dist/*.js",
"version": "npm run build && npm run banner && git add -A dist",
"version": "npm run build && npm run banner",
"postversion": "git push && git push --tags",
"start": "rollup -c --watch",
"lint": "npm run lint:scripts && npm run lint:format",
Expand Down

0 comments on commit 561f1ea

Please sign in to comment.