Skip to content

Commit f1d2050

Browse files
authored
Merge pull request #4 from Exabyte-io/fix/SOF-6249
SOF-6249: move code.js to dependencies
2 parents 7008172 + 0531e32 commit f1d2050

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"@exabyte-io/ade.js": "2022.7.27-0",
4242
"@exabyte-io/ide.js": "2022.7.28-1",
4343
"@exabyte-io/mode.js": "2022.7.28-0",
44+
"@exabyte-io/code.js": "2022.8.16-0",
4445
"js-yaml": "^4.1.0",
4546
"lodash": "^4.17.21",
4647
"mixwith": "^0.1.1",
4748
"underscore": "^1.13.3",
4849
"underscore.string": "^3.3.4"
4950
},
5051
"devDependencies": {
51-
"@exabyte-io/code.js": "2022.8.16-0",
5252
"chai": "^4.3.4",
5353
"eslint": "7.32.0",
5454
"eslint-config-airbnb": "19.0.2",
@@ -66,9 +66,6 @@
6666
"nyc": "^15.1.0",
6767
"prettier": "^2.7.1"
6868
},
69-
"peerDependencies": {
70-
"@exabyte-io/code.js": "2022.8.16-0"
71-
},
7269
"engines": {
7370
"node": ">=12.0.0"
7471
},

0 commit comments

Comments
 (0)