Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 7299a70

Browse files
fix: build:demo error
1 parent 7c0b498 commit 7299a70

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-currency-filter/monorepo",
33
"description": "🍒 Lightweight vue currency filter based on accounting.js",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"license": "MIT",
66
"author": "Irfan Maulana (https://github.com/mazipan/)",
77
"homepage": "https://mazipan.github.io/vue-currency-filter/",

packages/demo/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-currency-filter/demo",
33
"description": "🍒 Lightweight vue currency filter based on accounting.js",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"license": "MIT",
66
"author": "Irfan Maulana (https://github.com/mazipan/)",
77
"homepage": "https://mazipan.github.io/vue-currency-filter/",
@@ -13,7 +13,8 @@
1313
"lint": "vue-cli-service lint --fix"
1414
},
1515
"devDependencies": {
16-
"vue-currency-filter": "file:../vue-currency-filter",
16+
"vue-currency-filter": "file:../vue-currency-filter",
17+
"@types/node": "13.11.0",
1718
"@typescript-eslint/eslint-plugin": "2.13.0",
1819
"@typescript-eslint/parser": "2.13.0",
1920
"@vue/cli-plugin-babel": "4.1.1",
@@ -26,7 +27,7 @@
2627
"@vue/eslint-config-standard": "5.0.1",
2728
"@vue/eslint-config-typescript": "5.0.1",
2829
"babel-eslint": "10.0.3",
29-
"babel-loader": "^8.1.0",
30+
"babel-loader": "8.1.0",
3031
"bulma-dracula": "1.0.3",
3132
"core-js": "3.6.1",
3233
"eslint": "6.8.0",
@@ -39,7 +40,8 @@
3940
"prismjs": "1.17.1",
4041
"register-service-worker": "1.6.2",
4142
"sass-loader": "8.0.0",
42-
"typescript": "3.7.4",
43+
"typescript": "3.7.4",
44+
"tslib": "1.11.1",
4345
"vue": "2.6.11",
4446
"vue-class-component": "7.1.0",
4547
"vue-google-adsense": "1.8.0",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shared",
33
"description": "🍒 Lightweight vue currency filter based on accounting.js",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"license": "MIT",
66
"author": "Irfan Maulana (https://github.com/mazipan/)",
77
"homepage": "https://mazipan.github.io/vue-currency-filter/",

packages/vue-currency-filter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-currency-filter",
33
"description": "🍒 Lightweight vue currency filter based on accounting.js",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"license": "MIT",
66
"author": "Irfan Maulana (https://github.com/mazipan/)",
77
"homepage": "https://mazipan.github.io/vue-currency-filter/",
@@ -10,7 +10,7 @@
1010
"module": "dist/vue-currency-filter.module.js",
1111
"unpkg": "dist/vue-currency-filter.umd.js",
1212
"scripts": {
13-
"build": "microbundle src/index.ts",
13+
"build": "microbundle src/index.ts --name VueCurrencyFilter",
1414
"dev": "microbundle watch"
1515
},
1616
"files": [

pnpm-lock.yaml

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)