Skip to content

Commit

Permalink
one npm project
Browse files Browse the repository at this point in the history
  • Loading branch information
Tri-Moon committed Jul 25, 2015
0 parents commit 56593ce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry = http://localhost:15443/
userconfig = /Users/dundun/.config/how-to-npm/npmrc
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "onenpmproject",
"version": "1.0.0",
"description": "my first npm pkg",
"main": "index.js",
"scripts": {
"test": "testdundunproject"
},
"repository": {
"type": "git",
"url": "onenpmproject"
},
"keywords": [
"npm"
],
"author": "dundun",
"license": "ISC"
}

0 comments on commit 56593ce

Please sign in to comment.