Skip to content

Commit

Permalink
Update node version (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
romulodl authored Jul 15, 2021
1 parent 0054af8 commit 1e75537
Show file tree
Hide file tree
Showing 2 changed files with 2,375 additions and 1,921 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "tapestry-lite",
"version": "7.2.0",
"version": "7.3.0",
"description": "Universal React & Wordpress Renderer",
"main": "./src/server/index.js",
"bin": {
"tapestry": "./bin/index.js"
},
"engines": {
"node": "10.22.0"
"node" : ">=10.0.0 <11.0.0"
},
"files": [
"src/",
Expand Down
Loading

0 comments on commit 1e75537

Please sign in to comment.