Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Commit

Permalink
Remove submodules from dependencies, add SVG dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed Apr 6, 2016
1 parent 0631d72 commit 94a742d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@
"license": "BSD3",
"source-directories": [
"src/debugger",
"src/pages",
"src/submodules/elm-font-awesome/src",
"src/submodules/elm-html-file",
"src/submodules/elm-websockets"
"src/pages"
],
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"elm-lang/core": "4.0.0 <= v < 5.0.0",
"elm-lang/html": "1.0.0 <= v < 2.0.0",
"elm-lang/svg": "1.0.0 <= v < 2.0.0",
"evancz/elm-markdown": "3.0.0 <= v < 4.0.0"
},
"elm-version": "0.17.0 <= v < 0.18.0"
Expand Down

0 comments on commit 94a742d

Please sign in to comment.