Skip to content

Commit cc523c2

Browse files
authored
fix: package.json lint and version (#30)
1 parent 575c66a commit cc523c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@exodus/fetch",
3-
"version": "1.3.1",
3+
"version": "1.7.1",
44
"description": "Wrapper around global fetch / node-fetch for Electron and React",
55
"repository": {
66
"type": "git",
@@ -67,11 +67,11 @@
6767
}
6868
},
6969
"browser": {
70-
"./fetchival.js": "./fetchival.browser.js",
71-
"./wretch.js": "./wretch.browser.js",
7270
"./fetch.js": "./fetch.browser.js",
71+
"./fetchival.js": "./fetchival.browser.js",
72+
"./index.js": "./index.browser.js",
7373
"./websocket.js": "./websocket.browser.js",
74-
"./index.js": "./index.browser.js"
74+
"./wretch.js": "./wretch.browser.js"
7575
},
7676
"react-native": {
7777
"./fetch.js": "./fetch.native.js",
@@ -114,16 +114,16 @@
114114
"devDependencies": {
115115
"@exodus/eslint-config": "^5.12.0",
116116
"@exodus/prettier": "^1.0.0",
117+
"@semantic-release/changelog": "^6.0.3",
118+
"@semantic-release/github": "^9.2.3",
117119
"@types/tape": "^5.6.0",
120+
"conventional-changelog-conventionalcommits": "^6.0.0",
118121
"eslint": "^8.49.0",
119122
"eslint-plugin-prettier": "^5.0.0",
120123
"prettier": "^3.0.3",
121124
"semantic-release": "^21.1.1",
122125
"tap-spec": "^5.0.0",
123-
"tape": "^5.3.1",
124-
"@semantic-release/changelog": "^6.0.3",
125-
"@semantic-release/github": "^9.2.3",
126-
"conventional-changelog-conventionalcommits": "^6.0.0"
126+
"tape": "^5.3.1"
127127
},
128128
"prettier": "@exodus/prettier"
129129
}

0 commit comments

Comments
 (0)