Skip to content

Commit 1969897

Browse files
committed
fix(gen): use more restrictive version range for ng-component
1 parent 44df402 commit 1969897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"yeoman-generator": "~0.17.0",
3030
"chalk": "~0.4.0",
3131
"wiredep": "~0.4.2",
32-
"generator-ng-component": ">=0.0.4"
32+
"generator-ng-component": "~0.0.4"
3333
},
3434
"peerDependencies": {
3535
"yo": ">=1.2.0"

0 commit comments

Comments
 (0)