Skip to content

Commit

Permalink
Convert elm-package.json to elm.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Aug 10, 2017
1 parent 3d29eeb commit be73336
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
18 changes: 0 additions & 18 deletions elm-package.json

This file was deleted.

16 changes: 16 additions & 0 deletions elm.json
@@ -0,0 +1,16 @@
{
"type": "package",
"name": "elm-lang/url-parser",
"summary": "Parse URLs, useful for navigation and \"routing\" in single-page apps (SPA)",
"license": "BSD-3-Clause",
"version": "1.0.0",
"exposed-modules": [
"UrlParser"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm-lang/core": "6.0.0 <= v < 7.0.0"
},
"test-dependencies": {
}
}

0 comments on commit be73336

Please sign in to comment.