Skip to content

Commit 7e046e9

Browse files
committed
fix: Restore cookie-universal as dependency
1 parent a8b8b84 commit 7e046e9

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Diff for: package-lock.json

+2-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
"bulma": "^0.8.0",
104104
"colors": "^1.3.2",
105105
"commitizen": "^3.0.0",
106-
"cookie-universal": "^2.1.3",
107106
"cross-env": "^5.2.0",
108107
"cz-conventional-changelog": "^2.1.0",
109108
"eslint": "^6.8.0",
@@ -140,6 +139,7 @@
140139
"vue-template-compiler": "^2.6.11"
141140
},
142141
"dependencies": {
142+
"cookie-universal": "^2.1.3",
143143
"throttle-debounce": "^2.1.0"
144144
}
145145
}

Diff for: rollup.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default {
2626
input: `src/${libraryName}.ts`,
2727
output: [{ banner, file: pkg.module, format: 'es' }],
2828
// Indicate here external modules you don't wanna include in your bundle (i.e.: 'lodash')
29-
external: ['vue', '@vue/composition-api', 'cookie-universal'],
29+
external: ['vue', '@vue/composition-api'],
3030
watch: { include: 'src/**' },
3131
plugins: [
3232
// Allow json resolution

0 commit comments

Comments
 (0)