diff options
Diffstat (limited to 'tests/specs/npm/npmrc_install_arg/package.json')
-rw-r--r-- | tests/specs/npm/npmrc_install_arg/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/npm/npmrc_install_arg/package.json b/tests/specs/npm/npmrc_install_arg/package.json new file mode 100644 index 000000000..c1318b361 --- /dev/null +++ b/tests/specs/npm/npmrc_install_arg/package.json @@ -0,0 +1,5 @@ +{ + "name": "npmrc_test", + "version": "0.0.1", + "dependencies": {} +} |