From 7572bcff8aa48ee21d5adaff8af192760b9b0e6f Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Tue, 18 Apr 2023 18:32:20 -0700 Subject: [PATCH] Bye-bye bower --- bower.json | 49 ------------------------------------------------- packages.dhall | 2 +- 2 files changed, 1 insertion(+), 50 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index ada86974..00000000 --- a/bower.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "purescript-deku", - "license": [ - "Apache-2.0" - ], - "repository": { - "type": "git", - "url": "https://github.com/mikesol/purescript-deku" - }, - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "output" - ], - "dependencies": { - "purescript-aff": "^v7.1.0", - "purescript-arrays": "^v7.2.0", - "purescript-bolson": "https://github.com/mikesol/purescript-bolson.git#v0.3.1", - "purescript-catenable-lists": "^v7.0.0", - "purescript-control": "^v6.0.0", - "purescript-css": "^v6.0.0", - "purescript-effect": "^v4.0.0", - "purescript-either": "^v6.1.0", - "purescript-fast-vect": "https://github.com/sigma-andex/purescript-fast-vect.git#v1.1.0", - "purescript-filterable": "^v5.0.0", - "purescript-foldable-traversable": "^v6.0.0", - "purescript-foreign-object": "^v4.1.0", - "purescript-hyrule": "https://github.com/mikesol/purescript-hyrule.git#v2.3.7", - "purescript-maybe": "^v6.0.0", - "purescript-newtype": "^v5.0.0", - "purescript-ordered-collections": "^v3.0.0", - "purescript-prelude": "^v6.0.1", - "purescript-profunctor": "^v6.0.0", - "purescript-profunctor-lenses": "^v8.0.0", - "purescript-quickcheck": "^v8.0.1", - "purescript-record": "^v4.0.0", - "purescript-safe-coerce": "^v2.0.0", - "purescript-st": "^v6.2.0", - "purescript-strings": "^v6.0.1", - "purescript-transformers": "^v6.0.0", - "purescript-tuples": "^v7.0.0", - "purescript-unsafe-coerce": "^v6.0.0", - "purescript-web-dom": "^v6.0.0", - "purescript-web-events": "^v4.0.0", - "purescript-web-html": "^v4.1.0", - "purescript-web-uievents": "^v4.0.0" - } -} diff --git a/packages.dhall b/packages.dhall index 6aa0b804..0e256d62 100644 --- a/packages.dhall +++ b/packages.dhall @@ -8,5 +8,5 @@ in upstream [ "hyrule" ] , repo = "https://github.com/mikesol/purescript-bolson.git" - , version = "main" + , version = "v0.3.9" } \ No newline at end of file