Skip to content

Commit b2b90c0

Browse files
committed
[package.json] Adopt schema and specify deployment username.
1 parent f61b271 commit b2b90c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,10 @@
176176
"rubik's"
177177
],
178178
"@cubing/deploy": {
179-
"$schema": "./node_modules/@cubing/deploy/config-schema.json",
180179
"https://experiments.cubing.net/cubing.js/": {
180+
"username": "cubing_deploy",
181181
"fromLocalDir": "./dist/sites/experiments.cubing.net/cubing.js/"
182182
}
183-
}
183+
},
184+
"$schema": "./node_modules/@cubing/deploy/config-schema.package.json"
184185
}

0 commit comments

Comments
 (0)