Skip to content

Commit e81c563

Browse files
author
Pete Hegman
authored
Merge pull request #70 from phegman/develop
Upgrade `rollup-plugin-terser` and Add missing `types` property in `package.json`
2 parents 2df83b6 + 288e3f3 commit e81c563

File tree

2 files changed

+645
-566
lines changed

2 files changed

+645
-566
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"browser": {
99
"./sfc": "src/Mapbox.vue"
1010
},
11+
"types": "dist/Mapbox.vue.d.ts",
1112
"repository": {
1213
"type": "git",
1314
"url": "https://github.com/phegman/mapbox-gl-vue.js.git"
@@ -41,7 +42,7 @@
4142
"rollup-plugin-commonjs": "^10.0.2",
4243
"rollup-plugin-node-resolve": "^5.2.0",
4344
"rollup-plugin-replace": "^2.2.0",
44-
"rollup-plugin-terser": "^5.1.1",
45+
"rollup-plugin-terser": "^5.1.3",
4546
"rollup-plugin-typescript2": "^0.22.1",
4647
"rollup-plugin-vue": "^5.0.1",
4748
"ts-loader": "^6.0.4",

0 commit comments

Comments
 (0)