ethpm / ethpm.js

Javascript library for EthPM package manifest and registry operations
https://ethpm.github.io/ethpm.js/
MIT License
13 stars 7 forks source link

Use NPM `ethpm-spec` package properly #1

Closed gnidan closed 4 years ago

gnidan commented 6 years ago

Currently ethpm/ethpm-spec is missing from this repo because the right approach is likely to keep https://www.npmjs.com/package/ethpm-spec up to date and just define that as a dependency.

The json2ts stuff can likely also be moved over there, to allow people to import * as schema from "ethpm-spec" and get types. Or we could make @types/ethpm-spec.

njgheorghita commented 4 years ago

sorted in #28