Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « test « in-publish « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 541061a73904cd8a8da2fd944a0508e0c1c920e8 (plain)
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"
  }
}