diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity new file mode 100644 index 0000000..ef85db2 --- /dev/null +++ b/node_modules/.yarn-integrity @@ -0,0 +1,22 @@ +{ + "systemParams": "darwin-arm64-108", + "modulesFolders": [ + "node_modules" + ], + "flags": [], + "linkedModules": [ + "@0x/asset-swapper", + "@0x/contract-addresses", + "@0x/contract-wrappers", + "@0x/contracts-erc20", + "@0x/contracts-exchange", + "@0x/contracts-multisig", + "@0x/contracts-test-utils", + "@0x/contracts-zero-ex", + "@0x/token-metadata" + ], + "topLevelPatterns": [], + "lockfileEntries": {}, + "files": [], + "artifacts": {} +} \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..166c0fc --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "name": "marked", + "version": "1.0.0", + "main": "index.js", + "repository": "https://github.com/dextracker/marked.git", + "author": "Noah Khamliche ", + "license": "MIT" +} diff --git a/src/Counter.sol b/src/Counter.sol deleted file mode 100644 index aded799..0000000 --- a/src/Counter.sol +++ /dev/null @@ -1,14 +0,0 @@ -// SPDX-License-Identifier: UNLICENSED -pragma solidity ^0.8.13; - -contract Counter { - uint256 public number; - - function setNumber(uint256 newNumber) public { - number = newNumber; - } - - function increment() public { - number++; - } -} diff --git a/test/Counter.t.sol b/test/Marked.t..sol similarity index 100% rename from test/Counter.t.sol rename to test/Marked.t..sol diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +