cw-egg-boilerplate-simple
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "my-sample", | ||
"name": "{{name}}", | ||
"version": "1.0.0", | ||
"description": "", | ||
"description": "{{description}}", | ||
"scripts": { | ||
@@ -15,3 +15,3 @@ "dev": "egg-bin dev --port 7001", | ||
}, | ||
"author": "", | ||
"author": "{{author}}", | ||
"license": "ISC", | ||
@@ -18,0 +18,0 @@ "dependencies": { |
@@ -9,3 +9,3 @@ const path = require('path'); | ||
}, | ||
keys: '123456', | ||
keys: '{{keys}}', | ||
view: { | ||
@@ -12,0 +12,0 @@ defaultViewEngine: 'nunjucks', |
{ | ||
"name": "cw-egg-boilerplate-simple", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "boilerplate for cw egg quickstart", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
338873
61
10024
1