tsrntemp 1.0.4 → 1.0.5

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.0.4",
3
+ "version": "1.0.5",
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: 'HelloWorld',
2
+ placeholderName: 'tsrntemp',
3
3
  templateDir: './template',
4
4
  }