1
0
Fork 0
mirror of https://github.com/MillironX/docker-names.git synced 2024-11-14 21:43:10 +00:00

Improving build and release (#19)

This commit is contained in:
declanshanaghy 2021-07-26 17:37:58 -07:00 committed by GitHub
parent c0a667cef3
commit 6500a1ee57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2455 additions and 5919 deletions

2
.gitignore vendored
View file

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

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
14.15.1

8369
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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