RubyGems
npm
Organizations
Log in
Sign up
npm
tsrntemp
Versions diffs
1.0.2 → 1.0.3
tsrntemp 1.0.2 → 1.0.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/template.config.js
+4
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "tsrntemp",
3
-
"version": "1.0.
2
",
3
+
"version": "1.0.
3
",
4
4
"private": false,
5
5
"scripts": {
6
6
"android": "react-native run-android",
package/template.config.js
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
module.exports = {
2
+
placeholderName: 'HelloWorld',
3
+
templateDir: './',
4
+
}