react-ts-app
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,3 +6,3 @@ const fs = require('fs-extra'); | ||
const filesToCopy = ['.babelrc', '.gitignore', 'index.tsx', 'tsconfig.json']; | ||
const filesToCopy = ['.babelrc', 'index.tsx', 'tsconfig.json']; | ||
@@ -15,4 +15,6 @@ const writeAppFiles = () => { | ||
} | ||
fs.writeFile(`${targetFolder}/.gitignore`, 'node_modules', () => {}); | ||
}; | ||
module.exports = writeAppFiles; |
{ | ||
"name": "react-ts-app", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/mbrn/react-ts-app#readme", |
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
12278
233