We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c71ecd commit 6a8dba0Copy full SHA for 6a8dba0
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"main": "index.js",
7
"scripts": {
8
"BigRedButton": "scripts/BigRedButton",
9
- "build": "scripst/build",
+ "build": "scripts/build",
10
"install": "prebuild-install -d https://github.com/NodeOS/genfatfs/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build",
11
"start": "./genfatfs"
12
},
@@ -30,9 +30,9 @@
30
31
"homepage": "https://github.com/NodeOS/genfatfs#readme",
32
"dependencies": {
33
- "prebuild-install": "^1.0.1"
+ "prebuild-install": "^1.1.0"
34
35
- "devDpendencies": {
36
- "prebuild": "piranna/prebuild"
+ "devDependencies": {
+ "prebuild": "^4.2.2"
37
}
38
0 commit comments