We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 638311fCopy full SHA for 638311f
.npmrc
@@ -0,0 +1,2 @@
1
+registry = http://localhost:15443/
2
+userconfig = /Users/mepps32/.config/how-to-npm/npmrc
package.json
@@ -0,0 +1,11 @@
+{
+ "name": "@mepps32/how-npm",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+}
0 commit comments