Skip to content

Commit

Permalink
allowed support for node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
RIAEvangelist committed Jan 3, 2021
1 parent e991c8f commit b005db3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ os:
#node versions
language: node_js
node_js:
- 12
- 13
- 14
- 15
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "strong-type",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"description": "allows easy type enforcement for all JS types objects and classes. it is also extensible and provides simple to use type checks for your own custom classes and types",
"main": "index.js",
"directories": {
"example": "example"
},
"engines": {
"node": ">=13.0.0"
"node": ">=12.0.0"
},
"scripts": {
"test": "npm run emulate && node ./test/CI.js",
Expand Down

0 comments on commit b005db3

Please sign in to comment.