@alchemycodelab/create-app
Advanced tools
Comparing version 5.1.1 to 6.0.0
@@ -6,4 +6,5 @@ { | ||
"main": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
"test": "jest --verbose --runInBand --testLocationInResults", | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest --verbose --runInBand --testLocationInResults", | ||
"test:watch": "npm run test -- --watch", | ||
@@ -10,0 +11,0 @@ "start": "node index.js", |
@@ -6,4 +6,5 @@ { | ||
"main": "server.js", | ||
"type": "module", | ||
"scripts": { | ||
"test": "jest --verbose --runInBand --testLocationInResults --setupFiles dotenv/config", | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest --verbose --runInBand --testLocationInResults --setupFiles dotenv/config", | ||
"test:watch": "npm run test -- --watch", | ||
@@ -10,0 +11,0 @@ "start": "node -r dotenv/config server.js", |
{ | ||
"name": "@alchemycodelab/create-app", | ||
"version": "5.1.1", | ||
"version": "6.0.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
20699