strapi-middleware-views
Advanced tools
Comparing version 3.0.0-alpha.10.3 to 3.0.0-alpha.11
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2015-2017 Strapi Solutions. | ||
Copyright (c) 2015-2018 Strapi Solutions. | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
{ | ||
"name": "strapi-middleware-views", | ||
"version": "3.0.0-alpha.10.3", | ||
"version": "3.0.0-alpha.11", | ||
"description": "Views hook to enable server-side rendering for the Strapi framework", | ||
@@ -45,3 +45,3 @@ "homepage": "http://strapi.io", | ||
"engines": { | ||
"node": ">= 8.0.0", | ||
"node": ">= 9.0.0", | ||
"npm": ">= 5.3.0" | ||
@@ -48,0 +48,0 @@ }, |
6105