File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ node_modules/
3
3
4
4
# Ignore truffle stuff
5
5
build /
6
+ dist /
6
7
7
8
# Coverage tests
8
9
coverage /
Original file line number Diff line number Diff line change
1
+ # Ignore zeppelin contracts
2
+ node_modules /
3
+
4
+ # Ignore truffle stuff
5
+ build /
6
+
7
+ # Coverage tests
8
+ coverage /
9
+
10
+ .privkey.txt
11
+ .infurakey.txt
12
+ .DS_Store
Original file line number Diff line number Diff line change 34
34
"truffle-abi" : " ^1.0.3" ,
35
35
"truffle-assertions" : " ^0.9.2" ,
36
36
"truffle-flattener" : " ^1.4.4" ,
37
- "typechain" : " ^1.0.5"
37
+ "typechain" : " ^1.0.5" ,
38
+ "typechain-target-ethers" : " ^1.0.4"
38
39
},
39
40
"scripts" : {
41
+ "prepare" : " npm run build && npm run typechain && cp -R build dist" ,
40
42
"build" : " npm run compile && npm run flatten && npm run abi:extract" ,
41
43
"clean" : " rm -rf build/contracts" ,
42
44
"compile" : " truffle compile --all" ,
80
82
"bugs" : {
81
83
"url" : " https://github.com/graphprotocol/contracts/issues"
82
84
},
83
- "homepage" : " https://github.com/graphprotocol/contracts#readme"
85
+ "homepage" : " https://github.com/graphprotocol/contracts#readme" ,
86
+ "types" : " dist/typechain/contracts/index.d.ts"
84
87
}
You can’t perform that action at this time.
0 commit comments