create-apollo-app
Advanced tools
Comparing version 0.0.31 to 0.0.32
{ | ||
"name": "create-apollo-app", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "Apollo GraphQL apps creator", | ||
@@ -5,0 +5,0 @@ "author": "Victor Vlasenko <victor.vlasenko@sysgears.com>", |
@@ -6,3 +6,3 @@ { | ||
"prettier": "^1.15.3", | ||
"spinjs": "^0.4.176", | ||
"spinjs": "^0.4.178", | ||
"webpack": "4.28.3", | ||
@@ -9,0 +9,0 @@ "webpack-virtual-modules": "0.1.10" |
@@ -5,3 +5,5 @@ { | ||
"scripts": { | ||
"start": "spin start", | ||
"start": "spin start -d android -d ios", | ||
"android": "spin start -e android -d ios -d web", | ||
"ios": "spin start -e ios -d android -d web", | ||
"build": "spin build", | ||
@@ -8,0 +10,0 @@ "test": "spin test" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38011