Skip to content

Commit

Permalink
move frontend packages into dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
se3000 committed Jan 3, 2019
1 parent 75c0ec5 commit 3d23f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
},
"dependencies": {
"@ensdomains/ens": "^0.1.1",
"change-case": "^3.0.2",
"formik": "^1.0.3",
"link_token": "^1.0.1",
"openzeppelin-solidity": "^1.12.0",
"solidity-cborutils": "github:smartcontractkit/solidity-cborutils"
Expand All @@ -37,6 +35,7 @@
"babel-register": "^6.26.0",
"bignumber.js": "^8.0.1",
"cbor": "^4.1.1",
"change-case": "^3.0.2",
"console.table": "^0.10.0",
"enzyme": "^3.4.4",
"enzyme-adapter-react-16": "^1.2.0",
Expand All @@ -49,6 +48,7 @@
"ethereumjs-wallet": "^0.6.2",
"ethjs": "^0.4.0",
"fetch-mock": "^7.2.5",
"formik": "^1.0.3",
"ganache-cli": "beta",
"humps": "^2.0.1",
"isomorphic-unfetch": "^3.0.0",
Expand Down

0 comments on commit 3d23f10

Please sign in to comment.