Skip to content

Commit

Permalink
Stop enforcing engine strict on dependencies of ng-prism
Browse files Browse the repository at this point in the history
  • Loading branch information
joswhite committed Jun 28, 2019
1 parent 7311db6 commit c992907
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microfocus/ng-prism",
"version": "1.3.3",
"version": "1.3.4",
"description": "AngularJS directives for Prism code highlighting.",
"main": "src/main.ts",
"scripts": {
Expand All @@ -13,10 +13,9 @@
"access": "public"
},
"engines": {
"node": ">=6.2 <9",
"node": ">=6.2",
"npm": ">=3.9"
},
"engineStrict": true,
"author": "Joseph White <[email protected]>",
"license": "MIT",
"repository": "https://github.com/MicroFocus/ng-prism.git",
Expand Down

0 comments on commit c992907

Please sign in to comment.