Skip to content

Commit 0218be1

Browse files
committed
fix: add caret on axios version
1 parent 5788fb2 commit 0218be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: generator/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = async (api, options) => {
1313
} = axiosPkg["dist-tags"];
1414
api.extendPackage({
1515
devDependencies: {
16-
axios: `${axiosPkgVersion}`,
16+
axios: `^${axiosPkgVersion}`,
1717
},
1818
});
1919

0 commit comments

Comments
 (0)