Skip to content

Commit

Permalink
Use packages from @fable-org
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Feb 12, 2024
1 parent 7a0e989 commit b234555
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
14 changes: 7 additions & 7 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ module Folders =
let METADATA_OUTPUT = Path.Combine(CWD, "src/App/public/metadata")
let METADATA_EXTRA = Path.Combine(CWD, "src/metadata")

let METADATA_LIB = Path.Combine(CWD, "node_modules/fable-metadata/lib")
let METADATA_LIB = Path.Combine(CWD, "node_modules/@fable-org/fable-metadata/lib")

let STANDALONE_DIST =
Path.Combine(CWD, "node_modules/fable-standalone/dist")
Path.Combine(CWD, "node_modules/@fable-org/fable-standalone/dist")

let STANDALONE_SRC = Path.Combine(CWD, "node_modules/fable-standalone/src")
let STANDALONE_SRC = Path.Combine(CWD, "node_modules/@fable-org/fable-standalone/src")


module Files =
Expand Down Expand Up @@ -240,8 +240,8 @@ module Stages =
CmdLine.empty
|> CmdLine.appendRaw "npx"
|> CmdLine.appendRaw "npm-check-updates"
|> CmdLine.appendRaw "fable-standalone"
|> CmdLine.appendRaw "fable-metadata"
|> CmdLine.appendRaw "@fable-org/fable-standalone"
|> CmdLine.appendRaw "@fable-org/fable-metadata"
|> CmdLine.toString
|> ctx.RunCommandCaptureOutput

Expand Down Expand Up @@ -294,8 +294,8 @@ pipeline "AutoUpdate" {
|> CmdLine.appendRaw "npx"
|> CmdLine.appendRaw "npm-check-updates"
|> CmdLine.appendRaw "-u"
|> CmdLine.appendRaw "fable-standalone"
|> CmdLine.appendRaw "fable-metadata"
|> CmdLine.appendRaw "@fable-org/fable-standalone"
|> CmdLine.appendRaw "@fable-org/fable-metadata"
|> CmdLine.toString
)
run "npm install"
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"private": true,
"scripts": {},
"dependencies": {
"@fable-org/fable-metadata": "^1.0.0-beta-001",
"@fable-org/fable-standalone": "^1.0.0-beta-001",
"@fortawesome/fontawesome-free": "^6.4.2",
"@types/lz-string": "^1.3.34",
"autoprefixer": "^10.4.16",
Expand All @@ -10,8 +12,6 @@
"bulma-pageloader": "^2.2.0",
"bulma-switch": "^2.0.4",
"bulma-tooltip": "^3.0.2",
"fable-metadata": "^2.2.0",
"fable-standalone": "^3.8.0",
"gh-pages": "^6.0.0",
"lz-string": "^1.5.0",
"monaco-editor-webpack-plugin": "^7.1.0",
Expand Down

0 comments on commit b234555

Please sign in to comment.