Skip to content

Commit 2c62f43

Browse files
committed
Use esm dependency
1 parent 25063f9 commit 2c62f43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"homepage": "https://github.com/ecamp/hal-json-vuex#readme",
5959
"dependencies": {
60-
"hal-json-normalizer": "^4.2.0",
60+
"hal-json-normalizer-esm": "^4.2.0",
6161
"url-template": "^3.1.1",
6262
"vue-demi": "^0.14.10"
6363
},

src/HalJsonVuexPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import normalize from 'hal-json-normalizer'
1+
import normalize from 'hal-json-normalizer-esm'
22
import { parseTemplate } from 'url-template'
33
import type { Store } from 'vuex/types'
44
import type { AxiosError, AxiosInstance } from 'axios'

0 commit comments

Comments
 (0)