Skip to content

Commit

Permalink
WIP Drop BuckleScript
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhide committed Jan 21, 2020
1 parent 8427be1 commit 0b68436
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"bootstrap": "^4.3.1",
"bootstrap-material-design": "^4.1.2",
"bs-custom-file-input": "^1.3.2",
"bs-platform": "^5.2.1",
"bs-webapi": "^0.15.5",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
Expand All @@ -32,7 +30,7 @@
"webpack-dev-server": "^3.8.2"
},
"scripts": {
"postinstall": "$(yarn bin)/spago install && $(yarn bin)/bsb -make-world",
"postinstall": "$(yarn bin)/spago install",
"lint": "$(yarn bin)/stylelint 'app/frontend/**/*.scss'",
"deps": "$(yarn bin)/madge app/frontend/packs/playboard/App.bs.js --basedir app/frontend/packs/playboard --layout neato --image tmp/deps.svg && open tmp/deps.svg"
}
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1879,16 +1879,6 @@ bs-custom-file-input@^1.3.2:
resolved "https://registry.yarnpkg.com/bs-custom-file-input/-/bs-custom-file-input-1.3.2.tgz#c141c94071cc5e9ac4ea98479a1c204dd18e3b9a"
integrity sha512-lzgtGX2GDo7nUmsTCcTvYkCc35d3/E14h+HXmFKV8z2EJmtkMcvYT8BsWOjK67+ogZR3kc8OfH5O8APjvDUtFg==

bs-platform@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-5.2.1.tgz#3f76f6d4f4c7255296375a8104c8be332770b691"
integrity sha512-3ISP+RBC/NYILiJnphCY0W3RTYpQ11JGa2dBBLVug5fpFZ0qtSaL3ZplD8MyjNeXX2bC7xgrWfgBSn8Tc9om7Q==

bs-webapi@^0.15.5:
version "0.15.6"
resolved "https://registry.yarnpkg.com/bs-webapi/-/bs-webapi-0.15.6.tgz#967a074854c76ba0097653a1745fd981eaf62f7b"
integrity sha512-J+6+fBhkZ8DC8Xrq5Zv7w5pufEv/23TSsHSPMMoOJ1tejEbmXvk8qkwUi0JqPhWmA86XyGMO7Z2XbNNUtd/CPw==

buffer-crc32@^0.2.1, buffer-crc32@^0.2.13:
version "0.2.13"
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
Expand Down

0 comments on commit 0b68436

Please sign in to comment.