You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docson/build-schema.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -377,11 +377,19 @@
377
377
},
378
378
"bs-dependencies": {
379
379
"$ref": "#/definitions/dependencies",
380
-
"description": "ReScript dependencies of the library, like in package.json. Currently searches in `node_modules`"
380
+
"description": "ReScript dependencies of the library, like in package.json. Currently searches in `node_modules` (deprecated, use dependencies instead)."
381
381
},
382
382
"bs-dev-dependencies": {
383
383
"$ref": "#/definitions/dependencies",
384
-
"description": "ReScript dev dependencies of the library, like in package.json. Currently searches in `node_modules`"
384
+
"description": "ReScript dev dependencies of the library, like in package.json. Currently searches in `node_modules` (deprecated, use dev-dependencies instead)."
385
+
},
386
+
"dependencies": {
387
+
"$ref": "#/definitions/dependencies",
388
+
"description": "ReScript dependencies of the library, like in package.json. Currently searches in `node_modules`."
389
+
},
390
+
"dev-dependencies": {
391
+
"$ref": "#/definitions/dependencies",
392
+
"description": "ReScript dev dependencies of the library, like in package.json. Currently searches in `node_modules`."
0 commit comments