generated from tpl/purs
Add missing generated bower.json file
This commit is contained in:
parent
ca953643b4
commit
f66d6c42b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
/.spago
|
||||
/bower_components
|
||||
/generated-docs
|
||||
/node_modules
|
||||
/output
|
||||
|
25
bower.json
Normal file
25
bower.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "purescript-yaml-next",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/archaeron/purescript-yaml-next"
|
||||
},
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"output"
|
||||
],
|
||||
"dependencies": {
|
||||
"purescript-argonaut-codecs": "^v8.0.0",
|
||||
"purescript-argonaut-core": "^v6.0.0",
|
||||
"purescript-effect": "^v3.0.0",
|
||||
"purescript-foreign": "^v6.0.0",
|
||||
"purescript-functions": "^v5.0.0",
|
||||
"purescript-ordered-collections": "^v2.0.0",
|
||||
"purescript-unsafe-coerce": "^v5.0.0"
|
||||
}
|
||||
}
|
27
spago.dhall
27
spago.dhall
@ -1,18 +1,15 @@
|
||||
{ name =
|
||||
"yaml-next"
|
||||
{ name = "yaml-next"
|
||||
, license = "MIT"
|
||||
, repository = "https://github.com/archaeron/purescript-yaml"
|
||||
, repository = "https://github.com/archaeron/purescript-yaml-next"
|
||||
, dependencies =
|
||||
[ "argonaut-codecs"
|
||||
, "argonaut-core"
|
||||
, "effect"
|
||||
, "foreign"
|
||||
, "functions"
|
||||
, "ordered-collections"
|
||||
, "unsafe-coerce"
|
||||
]
|
||||
, packages =
|
||||
./packages.dhall
|
||||
, sources =
|
||||
[ "src/**/*.purs" ]
|
||||
[ "argonaut-codecs"
|
||||
, "argonaut-core"
|
||||
, "effect"
|
||||
, "foreign"
|
||||
, "functions"
|
||||
, "ordered-collections"
|
||||
, "unsafe-coerce"
|
||||
]
|
||||
, packages = ./packages.dhall
|
||||
, sources = [ "src/**/*.purs" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user