create-react-native-plugin
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "create-react-native-plugin", | ||
"description": "Template for creating React Native plugins without native code.", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"repository": "github:tobua/create-react-native-plugin", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
import { execSync } from 'child_process' | ||
import { copyFileSync, cpSync, readFileSync, renameSync, rmSync } from 'fs' | ||
import { copyFileSync, cpSync, readFileSync, renameSync, rmSync, mkdirSync } from 'fs' | ||
import { join, resolve } from 'path' | ||
@@ -4,0 +4,0 @@ import Arborist from '@npmcli/arborist' |
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
18435