dooboo-cli
Advanced tools
Comparing version 8.1.1 to 8.1.2
import { RN_VERSION } from './const.js'; | ||
import { camelCaseToDash } from '../util./functions.js'; | ||
import { camelCaseToDash } from '../utils/functions.js'; | ||
import chalk from 'chalk'; | ||
@@ -4,0 +4,0 @@ import childProcess from 'child_process'; |
#!/usr/bin/env node | ||
'use strict'; | ||
import { EXPO_PROJECT_BRANCH, RN_PROJECT_BRANCH } from './const.js'; | ||
import { camelize, exitIfNotDoobooRepo, exitIfNotV5, resolveComponent, resolveTemplate, upperCamelize, } from '../util./functions.js'; | ||
import { camelize, exitIfNotDoobooRepo, exitIfNotV5, resolveComponent, resolveTemplate, upperCamelize, } from '../utils/functions.js'; | ||
import { cbResultExpo, cbResultReact, cbResultReactNative } from './cb.js'; | ||
@@ -6,0 +6,0 @@ import { Command } from 'commander'; |
{ | ||
"name": "dooboo-cli", | ||
"version": "8.1.1", | ||
"version": "8.1.2", | ||
"description": "React and react-native starter kit", | ||
@@ -11,2 +11,3 @@ "bin": { | ||
"lint": "eslint . --ext .ts,.tsx,.js,.jsx", | ||
"link": "npm run build && npm unlink -g && npm link", | ||
"build": "rm -rf lib/ && npm run lint && npm run tsc && cp -r templates lib/", | ||
@@ -13,0 +14,0 @@ "deploy": "npm run build && npm publish" |
{ | ||
"name": "dooboo-cli", | ||
"version": "8.1.1", | ||
"version": "8.1.2", | ||
"description": "React and react-native starter kit", | ||
@@ -11,2 +11,3 @@ "bin": { | ||
"lint": "eslint . --ext .ts,.tsx,.js,.jsx", | ||
"link": "npm run build && npm unlink -g && npm link", | ||
"build": "rm -rf lib/ && npm run lint && npm run tsc && cp -r templates lib/", | ||
@@ -13,0 +14,0 @@ "deploy": "npm run build && npm publish" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
173047