Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
sort scripts alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
tchakabam committed Feb 3, 2018
1 parent 6ca8310 commit 788cbda
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
"build": "webpack --progress",
"build:watch": "webpack --progress --watch",
"build:analyze": "ANALYZE=true webpack --progress",
"dev": "webpack-dev-server --progress --env.debug --port 8000",
"docs": "esdoc",
"lint": "jshint src/",
"minor": "mversion mi && npm run preparerelease",
"major": "mversion ma && npm run preparerelease",
"preparerelease": "npm run build && npm run test && git add dist/* && git commit -m 'update dist'",
"prerelease": "mversion prerelease && npm run preparerelease",
"patch": "mversion p && npm run preparerelease",
"minor": "mversion mi && npm run preparerelease",
"major": "mversion ma && npm run preparerelease",
"pretest": "npm run lint",
"start": "npm run dev",
"test": "npm run test:unit && npm run test:func",
"test:unit": "karma start karma.conf.js",
"test:unit:watch": "karma start karma.conf.js --auto-watch --no-single-run",
"test:func": "cross-env BABEL_ENV=test mocha --compilers js:babel-register tests/functional/auto/hlsjs.js --timeout 40000",
"lint": "jshint src/",
"dev": "webpack-dev-server --progress --env.debug --port 8000",
"start": "npm run dev"
"test:func": "cross-env BABEL_ENV=test mocha --compilers js:babel-register tests/functional/auto/hlsjs.js --timeout 40000"
},
"dependencies": {
"string.prototype.endswith": "^0.2.0",
Expand Down

0 comments on commit 788cbda

Please sign in to comment.