update testcase

This commit is contained in:
HE Shi-Jun
2015-03-17 14:46:41 +08:00
parent 207521d54b
commit 3d69cf7437
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
#!/usr/bin/env node
console.log('ok')

View File

@@ -0,0 +1,10 @@
{
"name": "test-npmlink",
"version": "0.0.1",
"description": "Stub package for testing npm link",
"bin": {
"test-npmlink": "index.js"
},
"author": "hax",
"license": "ISC"
}