Skip to content

Commit

Permalink
feat(scully): limit scully to node 12 and up (scullyio#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderElias authored Aug 17, 2020
1 parent c7d73b9 commit ec824c4
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 5 deletions.
1 change: 1 addition & 0 deletions libs/scully/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
3 changes: 3 additions & 0 deletions libs/scully/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"bin": {
"scully": "./scully.js"
},
"engines": {
"node": ">=12"
},
"main": "/index.js",
"author": "@herodevs",
"license": "MIT",
Expand Down
46 changes: 42 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tsConfig": "libs/scully/tsconfig.json",
"packageJson": "libs/scully/package.json",
"main": "libs/scully/src/index.ts",
"assets": ["libs/scully/*.md"]
"assets": ["libs/scully/*.md", "libs/scully/.npmrc"]
}
}
}
Expand Down

0 comments on commit ec824c4

Please sign in to comment.