git ssb

0+

dangerousbeans / Entropy_contracts



Commit 24b5936b135b638b785633a40e72f0647c850c2f

missing dependencies

Joran committed on 3/2/2017, 5:18:42 AM
Parent: ba1bbe9aa369edbcdf1f09df384fefc35d0b8725

Files changed

package.jsonchanged
package.jsonView
@@ -1,10 +1,15 @@
11 {
2- "name": "webpack-rails-example",
2 + "name": "entropy_contracts",
33 "version": "0.0.1",
44 "license": "MIT",
55 "dependencies": {
66 "stats-webpack-plugin": "^0.4.3",
7 + "truffle-contract": "^1.1.10",
78 "webpack": "^1.14.0",
89 "webpack-dev-server": "^1.16.2"
9- }
10 + },
11 + "repository": {
12 + "type": "git",
13 + "url": "git://github.com/ProjectEntropy/contracts.git"
1014 }
15 +}

Built with git-ssb-web