tsrntemp 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsrntemp",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Clean and minimalist React Native template for a quick start with TypeScript.",
5
5
  "scripts": {
6
6
  "test": "exit 0"
@@ -1,4 +1,4 @@
1
1
  module.exports = {
2
- placeholderName: 'MyApp',
2
+ placeholderName: 'template',
3
3
  templateDir: './template',
4
4
  }