mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-21 06:59:20 +00:00
Move to NPM (#32)
* Update workflow Signed-off-by: Avior <github@avior.me> * Fixed parcel version Signed-off-by: Avior <github@avior.me> * Some more fixes Signed-off-by: Avior <github@avior.me> * Removed console.memory Signed-off-by: Avior <github@avior.me> * Update Signed-off-by: Avior <github@avior.me> * fuck windows Signed-off-by: Avior <github@avior.me> * bump config for better node 12 support Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -12,13 +12,12 @@
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"devDependencies": {
|
||||
"parcel": "^1.12.4",
|
||||
"parcel": "1.12.3",
|
||||
"ts-node": "^9.0.0",
|
||||
"typescript": "^4.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "yarn build",
|
||||
"build": "parcel build src/browser.ts --out-file browser.js --experimental-scope-hoisting && tsc",
|
||||
"test": "tsc --noEmit"
|
||||
"build": "parcel build src/browser.ts --out-file browser.js --experimental-scope-hoisting && tsc"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user