RubyGems
npm
Organizations
Log in
Sign up
npm
@akash.dev/react-start
Versions diffs
1.0.10 → 1.0.11
@akash.dev/react-start 1.0.10 → 1.0.11
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/index.js
+4
-0
package/package.json
+1
-1
package/index.js
CHANGED
Viewed
@@ -0,0 +1,4 @@
1
+
console.log('hellow');
2
+
let aa = process.argv[1];
3
+
console.log(aa);
4
+
console.log('hellow');
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@akash.dev/react-start",
3
-
"version": "1.0.
10
",
3
+
"version": "1.0.
11
",
4
4
"main": "index.js",
5
5
"bin": "./bin/cli.js",
6
6
"scripts": {