Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong committed Jun 23, 2020
1 parent 27c4414 commit 3cc3be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dev:docs": "nodemon -e ts -x 'npm run docs' -w src",
"dev": "concurrently --names 'ROLLUP,DOCS,HTTP' -c 'bgBlue.bold,bgYellow.bold,bgGreen.bold' 'rollup -c -w -m inline' 'npm run dev:docs' 'npm run dev:server'",
"dev:server": "http-server -c-1 -p 8080 --cors ./site",
"lint": "eslint src test examples",
"lint": "eslint src test site/examples",
"start": "npm run dev",
"deploy": "np",
"clean": "rimraf lib build site/build site/docs/README.md site/docs/api site/benchmarks.module.js",
Expand Down

0 comments on commit 3cc3be6

Please sign in to comment.