Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: markcellus/wait-for-element-transition
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d2dff2979a4e7d26bf5282a6b8a82a73362acf3
Choose a base ref
..
head repository: markcellus/wait-for-element-transition
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2386cae4bcf9066a7fdfcac2663344fdd6ad5b52
Choose a head ref
Showing with 0 additions and 3 deletions.
  1. +0 −3 package.json
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -10,12 +10,9 @@
"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",
"postversion": "git push && git push --tags",
"start": "rollup -c --watch",
"lint": "npm run lint:scripts && npm run lint:format",
"lint:scripts": "tslint '*.ts'",