Skip to content

Commit d8d8b05

Browse files
committed
Add prepare script and bump version to 3.0.5
1 parent 8226758 commit d8d8b05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "@solidx/elemento",
3-
"version": "3.0.2",
3+
"version": "3.0.5",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"scripts": {
7+
"prepare": "npm run build:all",
78
"build": "rollup -c",
89
"build:types": "tsc --emitDeclarationOnly",
910
"build:all": "npm run build:types && npm run build"

0 commit comments

Comments
 (0)