We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f7b6f commit 139b93dCopy full SHA for 139b93d
.npmignore
@@ -1,11 +1,13 @@
1
-.git
2
-.github
3
-node_modules
+node_modules/
+coverage/
4
.env
5
.env.*
6
-coverage
7
-__tests__
8
-.husky
9
-.eslintrc
10
-.prettierrc
11
-*.test.js
+*.log
+.git/
+.gitignore
+.DS_Store
+__tests__/
+test/
+tests/
12
+*.test.js
13
+*.spec.js
package.json
@@ -5,7 +5,7 @@
"type": "module",
"main": "src/cli.js",
"bin": {
- "opensea-offer-maker": "./src/cli.js"
+ "opensea-offer": "./src/cli.js"
},
"files": [
"src",
0 commit comments