Commit 24b5936b135b638b785633a40e72f0647c850c2f
missing dependencies
Joran committed on 3/2/2017, 5:18:42 AMParent: ba1bbe9aa369edbcdf1f09df384fefc35d0b8725
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,10 +1,15 @@ | ||
1 | 1 … | { |
2 | - "name": "webpack-rails-example", | |
2 … | + "name": "entropy_contracts", | |
3 | 3 … | "version": "0.0.1", |
4 | 4 … | "license": "MIT", |
5 | 5 … | "dependencies": { |
6 | 6 … | "stats-webpack-plugin": "^0.4.3", |
7 … | + "truffle-contract": "^1.1.10", | |
7 | 8 … | "webpack": "^1.14.0", |
8 | 9 … | "webpack-dev-server": "^1.16.2" |
9 | - } | |
10 … | + }, | |
11 … | + "repository": { | |
12 … | + "type": "git", | |
13 … | + "url": "git://github.com/ProjectEntropy/contracts.git" | |
10 | 14 … | } |
15 … | +} |
Built with git-ssb-web