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

Commit 909f315

Browse files
committed
yarn dev + yarn.lock
1 parent f72a56e commit 909f315

File tree

2 files changed

+5048
-1
lines changed

2 files changed

+5048
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"main": "lib/js",
66
"scripts": {
77
"prepublish": "gulp commonjs",
8-
"test": "echo \"Error: no test specified\" && exit 1"
8+
"test": "echo \"Error: no test specified\" && exit 1",
9+
"dev": "gulp dev",
10+
"gulp": "gulp"
911
},
1012
"repository": {
1113
"type": "git",

0 commit comments

Comments
 (0)