@enact/core
Advanced tools
Comparing version 2.0.0-alpha.6 to 2.0.0-alpha.7
@@ -5,2 +5,6 @@ # Change Log | ||
## [2.0.0-alpha.7 - 2018-04-03] | ||
No significant changes. | ||
## [2.0.0-alpha.6] - 2018-03-22 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@enact/core", | ||
"version": "2.0.0-alpha.6", | ||
"version": "2.0.0-alpha.7", | ||
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"clean": "enact clean", | ||
"lint": "enact lint --framework", | ||
"lint": "enact lint --strict", | ||
"test": "enact test start --single-run --browsers PhantomJS", | ||
@@ -11,0 +11,0 @@ "test-json": "enact test start --single-run --browsers PhantomJS --reporters json", |
150676