Skip to content

Commit

Permalink
0.2.0 remove deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Shackelford committed Jun 25, 2020
1 parent 46c6294 commit 8a6e160
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions package.json
@@ -1,19 +1,10 @@
{
"name": "@chromapdx/signet",
"version": "0.1.6",
"version": "0.2.0",
"description": "A specification for open provenance; a suite of tools for best practice.",
"author": "Leif Shackelford <structuresound@gmail.com>",
"license": "MIT",
"private": false,
"dependencies": {
"@zilliqa-js/crypto": "^0.9",
"cbor": "^5.0",
"js-sha3": "^0.8",
"multicodec": "^1.0",
"protobufjs": "^6.9",
"typed-json-transform": "^0.24",
"varint": "^5.0"
},
"main": "index.js",
"types": "esm/index.d.ts",
"scripts": {
Expand All @@ -23,6 +14,13 @@
"travis": "npm run build && npm run cover"
},
"devDependencies": {
"@zilliqa-js/crypto": "^0.9",
"cbor": "^5.0",
"js-sha3": "^0.8",
"multicodec": "^1.0",
"protobufjs": "^6.9",
"typed-json-transform": "^0.24",
"varint": "^5.0",
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/register": "^7.10.3",
Expand Down

0 comments on commit 8a6e160

Please sign in to comment.