summaryrefslogtreecommitdiff
path: root/packages/pogen/example/proj1/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pogen/example/proj1/package.json')
-rw-r--r--packages/pogen/example/proj1/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/pogen/example/proj1/package.json b/packages/pogen/example/proj1/package.json
index 954139ecf..97adf0f3a 100644
--- a/packages/pogen/example/proj1/package.json
+++ b/packages/pogen/example/proj1/package.json
@@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
- "license": "ISC"
+ "license": "ISC",
+ "pogen": {
+ "domain": "test"
+ }
}