We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62fc83 commit e8c1b03Copy full SHA for e8c1b03
package.json
@@ -2,6 +2,9 @@
2
"name": "javascript-garden",
3
"description": "A collection of documentation about the most quirky parts of the JavaScript language.",
4
"version": "0.0.0",
5
+ "scripts": {
6
+ "build": "node build.js"
7
+ },
8
"dependencies": {
9
"fomatto": "0.5.0",
10
"forever": "0.10.8",
0 commit comments