Skip to content

Commit f1e3ba3

Browse files
authored
Update package.json
1 parent 9354b95 commit f1e3ba3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@criticalmanufacturing/generator-html",
3-
"version": "6.1.0",
3+
"version": "6.3.0",
44
"description": "CMF HTML GUI Scaffolding",
55
"files": [
66
"generators/*.js",
@@ -13,9 +13,11 @@
1313
"html"
1414
],
1515
"dependencies": {
16-
"@criticalmanufacturing/dev-tasks": "~6.1.0",
1716
"yeoman-generator": "^1.0.1"
1817
},
18+
"peerDependencies": {
19+
"@criticalmanufacturing/dev-tasks": "^6.3.0"
20+
},
1921
"devDependencies": {
2022
"@types/node": "^9.4.0",
2123
"@types/yeoman-generator": "^2.0.1",

0 commit comments

Comments
 (0)