RubyGems
npm
Organizations
Log in
Sign up
npm
adarsh_hello_world
Versions diffs
1.0.0 → 1.0.1
adarsh_hello_world 1.0.0 → 1.0.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (1)
hide
show
package/package.json
+2
-1
package/package.json
CHANGED
Viewed
@@ -1,8 +1,9 @@
1
1
{
2
2
"name": "adarsh_hello_world",
3
-
"version": "1.0.
0
",
3
+
"version": "1.0.
1
",
4
4
"description": "hello ",
5
5
"main": "index.js",
6
+
"type": "module",
6
7
"scripts": {
7
8
"test": "test"
8
9
},