Skip to content

Commit

Permalink
modify package.json to reflect move out of monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Schenk committed Sep 6, 2019
1 parent 4192ae1 commit e4eb7d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@aztec/huff",
"description": "Compiler for Huff, a DSL for low-level Ethereum smart contract programming",
"version": "0.0.0-semantically-released",
"version": "0.0.1",
"author": "AZTEC",
"bugs": {
"url": "https://github.com/AztecProtocol/AZTEC/issues"
"url": "https://github.com/AztecProtocol/huff/issues"
},
"dependencies": {
"bn.js": "^4.11.8",
Expand All @@ -23,7 +23,7 @@
"engines": {
"node": ">=8.3"
},
"homepage": "https://github.com/AztecProtocol/AZTEC/tree/master/packages/huff#readme",
"homepage": "https://github.com/AztecProtocol/huff/tree/master/#readme",
"keywords": [
"blockchain",
"ethereum",
Expand All @@ -36,7 +36,7 @@
"main": "./src",
"repository": {
"type": "git",
"url": "git+https://github.com/AztecProtocol/AZTEC.git"
"url": "git+https://github.com/AztecProtocol/huff.git"
},
"scripts": {
"lint": "eslint --ignore-path ./.eslintignore .",
Expand Down

0 comments on commit e4eb7d3

Please sign in to comment.