Skip to content

Commit 0ce75ab

Browse files
committed
fix(package): Do not depend on itself.
Looks like I accidentally made myself a dependency in 4acdb89
1 parent 570e5a2 commit 0ce75ab

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react_ujs",
3-
"version": "2.4.3",
3+
"version": "2.4.4-PRE",
44
"description": "Rails UJS for the react-rails gem",
55
"main": "react_ujs/index.js",
66
"files": [
@@ -12,8 +12,5 @@
1212
},
1313
"devDependencies": {
1414
"webpack": "^2.3.3"
15-
},
16-
"dependencies": {
17-
"react_ujs": "^2.4.3"
1815
}
1916
}

yarn.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,12 +1314,6 @@ rc@^1.1.7:
13141314
minimist "^1.2.0"
13151315
strip-json-comments "~2.0.1"
13161316

1317-
react_ujs@^2.4.2, react_ujs@^2.4.3:
1318-
version "2.4.3"
1319-
resolved "https://registry.yarnpkg.com/react_ujs/-/react_ujs-2.4.3.tgz#f35b641f248a155ad3539468c5463734fce4fe4a"
1320-
dependencies:
1321-
react_ujs "^2.4.2"
1322-
13231317
read-pkg-up@^1.0.1:
13241318
version "1.0.1"
13251319
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"

0 commit comments

Comments
 (0)