create-near-app 7.0.1 → 7.0.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129,9 +129,9 @@ async function promptAndGetConfig() {
129
129
  if (!semver_1.default.satisfies(process.version, supportedNodeVersion)) {
130
130
  return show.unsupportedNodeVersion(supportedNodeVersion);
131
131
  }
132
- if (process.platform === 'win32') {
133
- return show.windowsWarning();
134
- }
132
+ // if (process.platform === 'win32') {
133
+ // return show.windowsWarning();
134
+ // }
135
135
  // process cli args
136
136
  let args = await getUserArgs();
137
137
  // If no args, prompt user
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-near-app",
3
- "version": "7.0.1",
3
+ "version": "7.0.2-beta.0",
4
4
  "description": "Quickly scaffold your dApp on NEAR Blockchain",
5
5
  "main": "index.js",
6
6
  "engines": {