Skip to content

Commit 638311f

Browse files
committed
Set up npm
0 parents  commit 638311f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
registry = http://localhost:15443/
2+
userconfig = /Users/mepps32/.config/how-to-npm/npmrc

package.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"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

Comments
 (0)