We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604e4cf commit de6a1a8Copy full SHA for de6a1a8
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "@picojs/pico",
3
"description": "Ultra-tiny web framework for Web-Standard runtime",
4
- "version": "0.0.5",
+ "version": "0.0.4",
5
"types": "dist/index.d.ts",
6
"module": "dist/index.js",
7
"files": [
8
"dist"
9
],
10
"scripts": {
11
"test": "jest",
12
- "esbuild": "esbuild --bundle --minify ./src/index.ts --outdir=./dist --format=esm",
+ "esbuild": "esbuild --bundle --minify ./src/index.ts --outdir=./dist --format=esm --sourcemap",
13
"build": "rimraf dist && yarn esbuild && yarn tsc",
14
"tsc": "tsc --emitDeclarationOnly --declaration",
15
"lint": "eslint -c .eslintrc.js src/**.ts",
@@ -56,4 +56,4 @@
56
"rimraf": "^3.0.2",
57
"typescript": "^4.9.3"
58
}
59
-}
+}
0 commit comments