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

Commit

Permalink
fix: build:demo error
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-maulana-tkp committed Apr 8, 2020
1 parent 7c0b498 commit 7299a70
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-currency-filter/monorepo",
"description": "🍒 Lightweight vue currency filter based on accounting.js",
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue-currency-filter/",
Expand Down
10 changes: 6 additions & 4 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-currency-filter/demo",
"description": "🍒 Lightweight vue currency filter based on accounting.js",
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue-currency-filter/",
Expand All @@ -13,7 +13,8 @@
"lint": "vue-cli-service lint --fix"
},
"devDependencies": {
"vue-currency-filter": "file:../vue-currency-filter",
"vue-currency-filter": "file:../vue-currency-filter",
"@types/node": "13.11.0",
"@typescript-eslint/eslint-plugin": "2.13.0",
"@typescript-eslint/parser": "2.13.0",
"@vue/cli-plugin-babel": "4.1.1",
Expand All @@ -26,7 +27,7 @@
"@vue/eslint-config-standard": "5.0.1",
"@vue/eslint-config-typescript": "5.0.1",
"babel-eslint": "10.0.3",
"babel-loader": "^8.1.0",
"babel-loader": "8.1.0",
"bulma-dracula": "1.0.3",
"core-js": "3.6.1",
"eslint": "6.8.0",
Expand All @@ -39,7 +40,8 @@
"prismjs": "1.17.1",
"register-service-worker": "1.6.2",
"sass-loader": "8.0.0",
"typescript": "3.7.4",
"typescript": "3.7.4",
"tslib": "1.11.1",
"vue": "2.6.11",
"vue-class-component": "7.1.0",
"vue-google-adsense": "1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shared",
"description": "🍒 Lightweight vue currency filter based on accounting.js",
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue-currency-filter/",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-currency-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-currency-filter",
"description": "🍒 Lightweight vue currency filter based on accounting.js",
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue-currency-filter/",
Expand All @@ -10,7 +10,7 @@
"module": "dist/vue-currency-filter.module.js",
"unpkg": "dist/vue-currency-filter.umd.js",
"scripts": {
"build": "microbundle src/index.ts",
"build": "microbundle src/index.ts --name VueCurrencyFilter",
"dev": "microbundle watch"
},
"files": [
Expand Down
6 changes: 5 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7299a70

Please sign in to comment.