Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Removed the ts transformer since that is handled by Babel 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirre7 committed Sep 25, 2018
1 parent d3e2d88 commit 8f123c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion boilerplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ async function install (context) {
{ template: '.prettierignore', target: '.prettierignore' },
{ template: '.prettierrc', target: '.prettierrc' },
{ template: '.solidarity', target: '.solidarity' },
{ template: 'rn-cli.config.js', target: 'rn-cli.config.js' },
{ template: 'tsconfig.json', target: 'tsconfig.json' },
{ template: 'tslint.json', target: 'tslint.json' },
{ template: 'src/app/main.tsx.ejs', target: 'src/app/main.tsx' }
Expand Down
1 change: 0 additions & 1 deletion boilerplate/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"postinstall-prepare": "1.0.1",
"prettier": "1.12.1",
"react-dom": "16.5.0",
"react-native-typescript-transformer": "1.2.10",
"react-powerplug": "0.1.5",
"react-test-renderer": "16.4.1",
"rimraf": "2.6.2",
Expand Down
8 changes: 0 additions & 8 deletions boilerplate/rn-cli.config.js

This file was deleted.

0 comments on commit 8f123c8

Please sign in to comment.