This repository has been archived by the owner on May 15, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: migrate to pnpm * feat: add gitignore
- Loading branch information
1 parent
2f5e6e7
commit 7c0b498
Showing
78 changed files
with
12,330 additions
and
10,280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,36 @@ | ||
language: node_js | ||
node_js: '8' | ||
node_js: '12' | ||
|
||
branches: | ||
only: | ||
- master | ||
- /^greenkeeper/.*$/ | ||
|
||
cache: | ||
yarn: true | ||
directories: | ||
- node_modules | ||
|
||
before_install: | ||
- npm install -g pnpm | ||
|
||
install: | ||
- yarn install | ||
- pnpm install | ||
|
||
script: | ||
- yarn build:demo | ||
# only for test the build process | ||
- yarn build:lib:tsc | ||
- yarn check:size | ||
# temporary hide | ||
# - yarn test | ||
- pnpm run build:demo | ||
- pnpm run build:lib | ||
- pnpm run bundlesize | ||
# - pnpm run test | ||
|
||
# after_script: | ||
# - npm install -g codecov | ||
# - codecov | ||
|
||
deploy: | ||
provider: pages | ||
skip-cleanup: true | ||
github-token: $GITHUB_TOKEN | ||
keep-history: true | ||
local-dir: dist | ||
local-dir: packages/demo/dist | ||
verbose: true | ||
on: | ||
branch: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module.exports = { | ||
presets: [ | ||
'@vue/cli-plugin-babel/preset' | ||
'@vue/cli-plugin-babel/preset', | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"name": "@vue-currency-filter/demo", | ||
"description": "🍒 Lightweight vue currency filter based on accounting.js", | ||
"version": "5.0.0", | ||
"license": "MIT", | ||
"author": "Irfan Maulana (https://github.com/mazipan/)", | ||
"homepage": "https://mazipan.github.io/vue-currency-filter/", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"dev": "vue-cli-service serve", | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint --fix" | ||
}, | ||
"devDependencies": { | ||
"vue-currency-filter": "file:../vue-currency-filter", | ||
"@typescript-eslint/eslint-plugin": "2.13.0", | ||
"@typescript-eslint/parser": "2.13.0", | ||
"@vue/cli-plugin-babel": "4.1.1", | ||
"@vue/cli-plugin-eslint": "4.1.1", | ||
"@vue/cli-plugin-pwa": "4.1.1", | ||
"@vue/cli-plugin-router": "4.1.1", | ||
"@vue/cli-plugin-typescript": "4.1.1", | ||
"@vue/cli-plugin-vuex": "4.1.1", | ||
"@vue/cli-service": "4.1.1", | ||
"@vue/eslint-config-standard": "5.0.1", | ||
"@vue/eslint-config-typescript": "5.0.1", | ||
"babel-eslint": "10.0.3", | ||
"babel-loader": "^8.1.0", | ||
"bulma-dracula": "1.0.3", | ||
"core-js": "3.6.1", | ||
"eslint": "6.8.0", | ||
"eslint-plugin-import": "2.19.1", | ||
"eslint-plugin-node": "11.0.0", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint-plugin-vue": "6.1.0", | ||
"node-sass": "4.13.0", | ||
"prismjs": "1.17.1", | ||
"register-service-worker": "1.6.2", | ||
"sass-loader": "8.0.0", | ||
"typescript": "3.7.4", | ||
"vue": "2.6.11", | ||
"vue-class-component": "7.1.0", | ||
"vue-google-adsense": "1.8.0", | ||
"vue-prism-component": "1.1.1", | ||
"vue-property-decorator": "8.3.0", | ||
"vue-router": "3.1.3", | ||
"vue-script2": "2.1.0", | ||
"vue-template-compiler": "2.6.11", | ||
"vuex": "3.1.2" | ||
} | ||
} |
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.