1.1.3
parent
936b0ef446
commit
7e5f2c376c
|
@ -11,8 +11,8 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"lint": "eslint --ext ts --fix src test",
|
"lint": "eslint --ext ts --fix src __tests__",
|
||||||
"prettier": "prettier --write --config .prettierrc \"{src,test}/**/*.{js,ts}\"",
|
"prettier": "prettier --write --config .prettierrc \"{src,__tests__}/**/*.{js,ts}\"",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:watch": "yarn test -- --watch",
|
"test:watch": "yarn test -- --watch",
|
||||||
"test:cov": "yarn test -- --coverage",
|
"test:cov": "yarn test -- --coverage",
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
"target": "esnext",
|
"target": "esnext",
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"lib": [
|
"lib": [
|
||||||
"dom",
|
|
||||||
"es2020"
|
"es2020"
|
||||||
],
|
],
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
|
|
Loading…
Reference in New Issue