summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/peer-deps-invalid/file-fail.js
blob: 5a78d0f84c2a41a3643da544c4281265a06ce095 (plain)
1
2
3
4
5
6
7
8
9
10
/**package
* { "name": "npm-test-peer-deps-file-invalid"
* , "main": "index.js"
* , "version": "1.2.3"
* , "description":"This one should conflict with the other one"
* , "peerDependencies": { "underscore": "1.3.3" }
* }
**/

module.exports = "I\'m just a lonely index, naked as the day I was born."