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

Commit

Permalink
feat: add typings
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-maulana-tkp committed Apr 10, 2020
1 parent d7da4c2 commit 0ce0e57
Show file tree
Hide file tree
Showing 5 changed files with 5 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.1",
"version": "5.0.2",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue-currency-filter/",
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "5.0.2",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue-currency-filter/",
Expand Down
5 changes: 0 additions & 5 deletions packages/demo/vue.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
module.exports = {
publicPath: '/vue-currency-filter',
configureWebpack: {
output: {
libraryExport: 'default'
}
},
pwa: {
themeColor: '#000'
}
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.1",
"version": "5.0.2",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue-currency-filter/",
Expand Down
3 changes: 2 additions & 1 deletion packages/vue-currency-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "vue-currency-filter",
"description": "🍒 Lightweight vue currency filter based on accounting.js",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue-currency-filter/",
"source": "src/index.ts",
"main": "dist/vue-currency-filter.js",
"module": "dist/vue-currency-filter.module.js",
"unpkg": "dist/vue-currency-filter.umd.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "microbundle src/index.ts --name VueCurrencyFilter",
"dev": "microbundle watch"
Expand Down

0 comments on commit 0ce0e57

Please sign in to comment.