create-stylable-app
Advanced tools
Comparing version
{ | ||
"name": "create-stylable-app", | ||
"version": "3.11.14", | ||
"version": "3.12.0", | ||
"description": "Quickly create a Stylable application", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
@@ -38,5 +38,5 @@ module.exports = { | ||
typecheck: 'tsc --noEmit', | ||
test: 'npm run typecheck && npm run lint' | ||
test: 'npm run typecheck && npm run lint', | ||
}, | ||
}, | ||
}; |