Compare commits

...

2 Commits
v2.0.0 ... main

Author SHA1 Message Date
Madeorsk 13c852cd52 Version 2.0.1 2022-11-01 20:21:20 +01:00
Madeorsk 5c465ed7ec Switch back to parcel for library build. 2022-11-01 20:20:28 +01:00
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@sharkitek/core",
"version": "2.0.0",
"version": "2.0.1",
"description": "Sharkitek core models library.",
"keywords": [
"sharkitek",
@ -15,7 +15,7 @@
"author": "Madeorsk <madeorsk@protonmail.com>",
"license": "MIT",
"scripts": {
"build": "ts-node build.ts && tsc --emitDeclarationOnly",
"build": "parcel build",
"test": "jest"
},
"source": "src/index.ts",
@ -25,9 +25,12 @@
"lib/**/*"
],
"devDependencies": {
"@parcel/packager-ts": "2.7.0",
"@parcel/transformer-typescript-types": "2.7.0",
"@types/jest": "^28.1.6",
"esbuild": "^0.15.8",
"jest": "^28.1.3",
"parcel": "^2.7.0",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"