summaryrefslogtreecommitdiffstats
path: root/node_modules/in-publish/test/package.json
blob: 541061a73904cd8a8da2fd944a0508e0c1c920e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "name": "test",
  "version": "1.0.0",
  "devDependencies": {
    "in-publish": "file:///Users/rebecca/code/in-publish"
  },
  "scripts": {
    "prepublish": "in-publish && exit 1 || not-in-publish"
  }
}