Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
modify package.json files and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alaan Rahim committed May 3, 2019
1 parent 35c3c5c commit 91a1756
Show file tree
Hide file tree
Showing 8 changed files with 211 additions and 193 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ README: https://github.com/appliedblockchain/mantle/blob/master/api/README.md
- IPFS
- Parity

# NPM Pre-publish (uglify the release version)
# NPM Pre-publish (uglify the release version)

UPDATE: NO LONGER REQUIRED SINCE OPEN SOURCE RELEASE

We publish an uglified version of our source code to npm when using Mantle in client solutions (although an un-uglified version of the *sdk* code is available under the package name `@appliedblockchain/mantle`, whereas the client version is `@appliedblockchain/mantle-core`. Both the *sdk* and
*server-sdk* repository contain build scripts that can be used to produce a *dist* folder with uglified code.
Expand Down
7 changes: 6 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest",
"test:watch": "jest --watch"
},
"author": "",
"author": "appliedblockchain",
"license": "GPL-3.0-or-later",
"eslintConfig": {
"extends": "@appliedblockchain/eslint-config"
Expand All @@ -29,6 +29,11 @@
"supertest": "^3.3.0",
"web3": "1.0.0-beta.33"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appliedblockchain/mantle.git"
},
"homepage": "https://github.com/appliedblockchain/mantle/tree/master/api#readme",
"devDependencies": {
"@appliedblockchain/eslint-config": "^2.3.0",
"eslint": "^5.4.0",
Expand Down
Loading

0 comments on commit 91a1756

Please sign in to comment.