Skip to content

Commit 6d57e1c

Browse files
committed
Use latest package versions
1 parent 7ff2f35 commit 6d57e1c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
55
"scripts": {
66
"start": "runtimeify index.js -o initrd && runtime-qemu ./initrd"
77
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git@github.com:runtimejs/helloworld.git"
11+
},
12+
"license": "MIT",
813
"dependencies": {
9-
"runtimejs": "^0.1.1"
14+
"runtimejs": "*"
1015
},
1116
"devDependencies": {
12-
"runtime-tools": "^0.1.1",
13-
"runtimeify": "^0.1.2"
17+
"runtime-tools": "*",
18+
"runtimeify": "*"
1419
}
1520
}

0 commit comments

Comments
 (0)