Skip to content

Commit

Permalink
chore: version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
topocount committed Apr 22, 2020
1 parent e87452f commit c258944
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autarklabs/aragon-about",
"version": "0.0.0",
"version": "0.0.1",
"description": "A customizable interface to add interactive widgets with information and insights about your organization.",
"main": "app/index.js",
"engines": {
Expand Down Expand Up @@ -102,10 +102,10 @@
"lint": "npm run lint:contracts && npm run lint:files && npm run lint:css",
"precommit": "lint-staged",
"prepublishOnly": "truffle compile && npm run abi:extract -- --no-compile",
"publish:major": "npm run publish -- major --files dist",
"publish:minor": "npm run publish -- minor --files dist",
"publish:patch": "npm run publish -- patch --files dist",
"publish": "aragon apm publish",
"publish:major": "npm run apm:publish -- major --files dist",
"publish:minor": "npm run apm:publish -- minor --files dist",
"publish:patch": "npm run apm:publish -- patch --files dist",
"apm:publish": "aragon apm publish",
"start:app": "npm run sync-assets && parcel serve app/index.html -p 8001 -d ./dist --no-cache --no-autoinstall",
"start:http:template": "npm run start:http -- --template Template --template-init 0x5d94e3e7aec542ab0f9129b9a7badeb5b3ca0f77 @ARAGON_ENS 0xd526b7aba39cccf76422835e7fd5327b98ad73c9 0xf1f8aac64036cdd399886b1c157b7e3b361093f3 --template-args MyToken TKN ['\"0xb4124cEB3451635DAcedd11767f004d8a28c6eE7\"'] ['\"1000000000000000000\"'] ['\"500000000000000000\",\"150000000000000000\",\"86400\"'] --template-new-instance newTokenAndInstance",
"start:http": "npm run start:ipfs -- --http localhost:8001 --http-served-from dist",
Expand All @@ -118,6 +118,13 @@
"test": "cross-env TRUFFLE_TEST=true npm run ganache-cli:test",
"watch:script": "parcel watch app/script.js store/**/*.js --out-dir ./dist/ --no-hmr"
},
"files": [
"/abi",
"/arapp.json",
"/build",
"/contracts",
"/test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AutarkLabs/about.git"
Expand Down

0 comments on commit c258944

Please sign in to comment.