Skip to content

Commit 6a8dba0

Browse files
committed
Updated dependencies
1 parent 9c71ecd commit 6a8dba0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"scripts": {
88
"BigRedButton": "scripts/BigRedButton",
9-
"build": "scripst/build",
9+
"build": "scripts/build",
1010
"install": "prebuild-install -d https://github.com/NodeOS/genfatfs/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build",
1111
"start": "./genfatfs"
1212
},
@@ -30,9 +30,9 @@
3030
},
3131
"homepage": "https://github.com/NodeOS/genfatfs#readme",
3232
"dependencies": {
33-
"prebuild-install": "^1.0.1"
33+
"prebuild-install": "^1.1.0"
3434
},
35-
"devDpendencies": {
36-
"prebuild": "piranna/prebuild"
35+
"devDependencies": {
36+
"prebuild": "^4.2.2"
3737
}
3838
}

0 commit comments

Comments
 (0)