|
|
@ -26,8 +26,8 @@ |
|
|
|
"types": "dist/index.d.ts", |
|
|
|
"types": "dist/index.d.ts", |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"docs": "typedoc src/index.ts && cp -r dist docs/dist && cp -r examples docs/examples", |
|
|
|
"docs": "typedoc src/index.ts && cp -r dist docs/dist && cp -r examples docs/examples", |
|
|
|
"format": "prettier *.json *.js e2e/* examples/*.html --write && eslint src/* --fix", |
|
|
|
"format": "eslint . --fix", |
|
|
|
"lint": "eslint src/*", |
|
|
|
"lint": "eslint .", |
|
|
|
"prepare": "rm -rf dist && rollup -c", |
|
|
|
"prepare": "rm -rf dist && rollup -c", |
|
|
|
"test": "jest src/*", |
|
|
|
"test": "jest src/*", |
|
|
|
"test:e2e": "jest --passWithNoTests e2e/*" |
|
|
|
"test:e2e": "jest --passWithNoTests e2e/*" |
|
|
|