Skip to content

Commit

Permalink
v2.0.0 fixes (#195)
Browse files Browse the repository at this point in the history
* v2.0.0 fixes

* Version number
  • Loading branch information
jscheiny authored May 21, 2024
1 parent cf72abe commit 949a286
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ scripts/
test/
docs/
docsgen/
jest.config.json
.travis.yml
.github/
jest.config.ts
tslint.json
eslint.config.mjs
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typescript",
"typesafe"
],
"version": "1.1.0",
"version": "2.0.1",
"license": "MIT",
"homepage": "https://github.com/jscheiny/safe-units",
"bugs": "https://github.com/jscheiny/safe-units/issues",
Expand Down Expand Up @@ -44,6 +44,7 @@
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@stylistic/eslint-plugin-ts": "^2.1.0",
"@types/commonmark": "^0.27.9",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
Expand All @@ -66,8 +67,5 @@
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"typestyle": "^2.4.0"
},
"dependencies": {
"@stylistic/eslint-plugin-ts": "^2.1.0"
}
}

0 comments on commit 949a286

Please sign in to comment.