Skip to content

Commit d648510

Browse files
committed
esm build
1 parent e0dc753 commit d648510

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
./node_modules/.bin/tsc
2+
./node_modules/.bin/tsc -outDir dist/esm -module ES6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-facing-decorator",
3-
"version": "2.1.13",
3+
"version": "2.1.14",
44
"description": "Vue typescript class and decorator based component.",
55
"main": "dist/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)