Files
pnpm/test/packages/pkg-that-uses-plugins/package.json
Zoltan Kochan 5e34ee61e5 Covering preserved symlinks with tests
Test only on NodeJS >= 6.3.0

Fix preserved symlinkg on Windows
2016-08-09 19:45:35 +03:00

12 lines
314 B
JSON

{
"name": "pkg-that-uses-plugins",
"version": "1.0.0",
"author": "Zoltan Kochan <zoltan.kochan@gmail.com> (http://kochan.io/)",
"license": "MIT",
"bin": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/pnpm/tree/master/test/packages/pkg-that-uses-plugins"
}
}