Skip to content

Commit 28a2a68

Browse files
committed
v2.0.0 fixes
1 parent cf72abe commit 28a2a68

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed

.npmignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ scripts/
44
test/
55
docs/
66
docsgen/
7-
jest.config.json
8-
.travis.yml
7+
.github/
8+
jest.config.ts
99
tslint.json
10+
eslint.config.mjs

.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"typescript",
1010
"typesafe"
1111
],
12-
"version": "1.1.0",
12+
"version": "2.0.0",
1313
"license": "MIT",
1414
"homepage": "https://github.com/jscheiny/safe-units",
1515
"bugs": "https://github.com/jscheiny/safe-units/issues",
@@ -44,6 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@eslint/js": "^9.2.0",
47+
"@stylistic/eslint-plugin-ts": "^2.1.0",
4748
"@types/commonmark": "^0.27.9",
4849
"@types/jest": "^29.5.12",
4950
"@types/node": "^20.12.12",
@@ -66,8 +67,5 @@
6667
"typescript": "^5.4.5",
6768
"typescript-eslint": "^7.9.0",
6869
"typestyle": "^2.4.0"
69-
},
70-
"dependencies": {
71-
"@stylistic/eslint-plugin-ts": "^2.1.0"
7270
}
7371
}

0 commit comments

Comments
 (0)