Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fgladisch committed Mar 26, 2018
1 parent 8d6c4ec commit 0847d1a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"name": "@anychain/core",
"version": "0.1.0",
"version": "0.1.1",
"description": "Blockchain data structure for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"repository": "[email protected]:fgladisch/anychain.git",
"author": "Felix Gladisch <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fgladisch/anychain/issues"
},
"keywords": ["blockchain", "crypto", "peer-to-peer", "p2p", "typescript"],
"keywords": [
"blockchain",
"crypto",
"peer-to-peer",
"p2p",
"typescript"
],
"devDependencies": {
"@types/chai": "4.1.2",
"@types/mocha": "5.0.0",
Expand Down

0 comments on commit 0847d1a

Please sign in to comment.