Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 9723105

Browse files
committed
Update dependencies.
1 parent 434d315 commit 9723105

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@
1212
"Mathias Bynens <[email protected]> (https://mathiasbynens.be/)"
1313
],
1414
"repository": "bestiejs/platform.js",
15-
"scripts": { "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" },
15+
"scripts": {
16+
"doc": "docdown platform.js doc/README.md style=github title=\"Platform.js <sup>v${npm_package_version}</sup>\" toc=categories url=https://github.com/bestiejs/platform.js/blob/${npm_package_version}/platform.js",
17+
"test": "node test/test"
18+
},
1619
"devDependencies": {
17-
"docdown": "~0.4.1",
20+
"docdown": "~0.7.1",
1821
"qunit-extras": "^1.5.0",
19-
"qunitjs": "~1.22.0",
20-
"requirejs": "^2.1.22"
22+
"qunitjs": "^2.0.1",
23+
"requirejs": "^2.3.2"
2124
},
2225
"files": [
2326
"platform.js"

0 commit comments

Comments
 (0)