Skip to content

Commit

Permalink
1.0.6. Publish npm with build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wwhchung committed Dec 5, 2021
1 parent 0e99b39 commit b40c853
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "@manifoldxyz/royalty-registry-solidity",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"files": [
"contracts/**/*.sol",
"build/contracts/*.json"
],
"scripts": {
"test": "npx truffle test",
"test:start-network": "npx ganache-cli -a 15"
Expand Down

0 comments on commit b40c853

Please sign in to comment.