Improving build and release (#19)

pull/1/head
declanshanaghy 3 years ago committed by GitHub
parent c0a667cef3
commit 6500a1ee57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored

@ -1,4 +1,4 @@
node_modules node_modules
/lib /lib
/coverage /coverage
.idea .idea

@ -0,0 +1 @@
14.15.1

8947
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -9,6 +9,7 @@
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"release": "np",
"test": "jest", "test": "jest",
"test:coverage": "jest --coverage" "test:coverage": "jest --coverage"
}, },
@ -36,6 +37,7 @@
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.22", "@types/jest": "^26.0.22",
"jest": "^26.6.3", "jest": "^26.6.3",
"np": "^7.5.0",
"ts-jest": "^26.5.5", "ts-jest": "^26.5.5",
"typescript": "^4.2.4" "typescript": "^4.2.4"
} }

Loading…
Cancel
Save