@form8ion/github-workflows-core 1.0.0-alpha.1 → 1.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -25,6 +25,7 @@ core functionality for form8ion plugins that manage github workflows
25
25
  [![MIT license][license-badge]][license-link]
26
26
  [![npm][npm-badge]][npm-link]
27
27
  [![Try @form8ion/github-workflows-core on RunKit][runkit-badge]][runkit-link]
28
+ ![node][node-badge]
28
29
 
29
30
  <!--consumer-badges end -->
30
31
 
@@ -114,3 +115,5 @@ $ npm test
114
115
  [runkit-link]: https://npm.runkit.com/@form8ion/github-workflows-core
115
116
 
116
117
  [runkit-badge]: https://badge.runkitcdn.com/@form8ion/github-workflows-core.svg
118
+
119
+ [node-badge]: https://img.shields.io/node/v/@form8ion/github-workflows-core?logo=node.js
package/package.json CHANGED
@@ -3,7 +3,10 @@
3
3
  "description": "core functionality for form8ion plugins that manage github workflows",
4
4
  "license": "MIT",
5
5
  "type": "commonjs",
6
- "version": "1.0.0-alpha.1",
6
+ "version": "1.0.0-alpha.2",
7
+ "engines": {
8
+ "node": "^14.15 || >=16"
9
+ },
7
10
  "files": [
8
11
  "example.js",
9
12
  "lib/"
@@ -49,7 +52,8 @@
49
52
  "pregenerate:md": "run-s build",
50
53
  "lint:sensitive": "ban",
51
54
  "prepare": "husky install",
52
- "lint:peer": "npm ls >/dev/null"
55
+ "lint:peer": "npm ls >/dev/null",
56
+ "lint:engines": "ls-engines"
53
57
  },
54
58
  "devDependencies": {
55
59
  "@babel/register": "7.17.7",
@@ -71,6 +75,7 @@
71
75
  "gherkin-lint": "4.2.2",
72
76
  "husky": "8.0.1",
73
77
  "lockfile-lint": "4.7.4",
78
+ "ls-engines": "0.6.6",
74
79
  "mocha": "10.0.0",
75
80
  "mock-fs": "5.1.2",
76
81
  "npm-run-all": "4.1.5",