Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Jan 6, 2020
0 parents commit b3334fe
Show file tree
Hide file tree
Showing 12 changed files with 3,181 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/bower_components/
/node_modules/
/.pulp-cache/
/output/
/generated-docs/
/.psc-package/
/.psc*
/.purs*
/.psa*
/.spago
18 changes: 18 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/bower_components/
/node_modules/
/.pulp-cache/
/generated-docs/
/.psc-package/
/.psc*
/.purs*
/.psa*
/.spago

/src/**/*.purs
/test
/output/cache-db.json
/output/**/externs.json
/packages.dhall
/spago.dhall
/psakefile.ps1
/bower.json
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "purescript-elm-license-checker",
"license": [
"BSD-3-Clause"
],
"repository": {
"type": "git",
"url": "git://github.com/kakkun61/elm-license-checker.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-effect": "^v2.0.1",
"purescript-node-fs": "^v5.0.1",
"purescript-node-path": "^v3.0.0",
"purescript-node-process": "^v7.0.0",
"purescript-parsing": "^v5.0.3",
"purescript-prelude": "^v4.1.1",
"purescript-psci-support": "^v4.0.0",
"purescript-read": "^v1.0.1",
"purescript-simple-json": "^v7.0.0"
}
}
Loading

0 comments on commit b3334fe

Please sign in to comment.