Skip to content

Commit

Permalink
feat: 1. pnpm 2. travis pnpm 3. update dependencies 4. build lib
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Aug 27, 2021
1 parent 15c53fa commit 3b0fad5
Show file tree
Hide file tree
Showing 13 changed files with 9,471 additions and 9,196 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ node_modules
*.swp
*.swo
coverage
docs/static/sw.js
docs/static/sw.js

dist
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ language: node_js
node_js:
- '12'
cache:
npm: false
directories:
- node_modules
- "~/.pnpm-store"
before_install:
- curl -f https://get.pnpm.io/v6.14.js | node - add --global pnpm@6
- pnpm config set store-dir ~/.pnpm-store
install:
- pnpm install
script:
- yarn coveralls
- pnpm coveralls
2 changes: 1 addition & 1 deletion dist/VueFinalModal.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueFinalModal.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueFinalModal.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueFinalModal.umd.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"vue-final-modal": "link:.."
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.1",
"vite": "^2.1.5",
"vite-plugin-components": "^0.8.3",
"@vitejs/plugin-vue": "^1.6.0",
"vite": "^2.5.1",
"vite-plugin-components": "^0.8.4",
"vite-plugin-windicss": "^0.12.5"
},
"repository": {
Expand Down
Loading

0 comments on commit 3b0fad5

Please sign in to comment.