mattlockyer / composables-998

An implementation and documentation repo for developing the ERC-998 standard for Ethereum.
MIT License
103 stars 64 forks source link

add package.json #1

Closed 7flash closed 6 years ago

7flash commented 6 years ago

How to npm install and truffle test without package.json ?

mattlockyer commented 6 years ago

I believe it's in the repo?

I can see it... could you check again?

7flash commented 6 years ago

Thanks for commit! But why you have created it with only "dependencies" field?

https://github.com/mattlockyer/composables-998/commit/421ef9ead9b834906a26795fc46b017ab00f8c13

mattlockyer commented 6 years ago

Please fork and make a pull request with a better package.json, for now you can just install the dependencies, there are not many...

Typically these are auto generated like the package-lock.json