Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from rnsdomains/fix-publish
Browse files Browse the repository at this point in the history
Fix publish
  • Loading branch information
ilanolkies authored Apr 20, 2020
2 parents 210509f + 08ba35a commit 81814ed
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 9,091 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@rsksmart/rns-suite",
"version": "1.0.2",
"version": "1.0.3",
"description": "RNS suite",
"main": "index.js",
"files": [
"!/contracts/Migrations.sol",
"index.js"
"index.js",
"migrations/",
"contracts/",
"truffle-config.js"
],
"scripts": {
"test": "npx truffle test",
Expand Down
2 changes: 0 additions & 2 deletions sample/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions sample/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions sample/contracts/Dummy.sol

This file was deleted.

23 changes: 0 additions & 23 deletions sample/contracts/Migrations.sol

This file was deleted.

5 changes: 0 additions & 5 deletions sample/migrations/1_initial_migration.js

This file was deleted.

6 changes: 0 additions & 6 deletions sample/migrations/2_deploy_rns.js

This file was deleted.

Loading

0 comments on commit 81814ed

Please sign in to comment.