Skip to content

Commit 7e38e72

Browse files
committed
package.json scripts and directories are now correct
1 parent 275945d commit 7e38e72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "EID Runtime Exceptions and Utilities for JS",
55
"main": "lib/eid.js",
66
"directories": {
7-
"test": "./node_modules/.bin/gulp"
7+
"lib": "./lib"
88
},
99
"dependencies": {},
1010
"devDependencies": {
@@ -23,7 +23,9 @@
2323
"vinyl-source-stream": "^1.1.0"
2424
},
2525
"scripts": {
26-
"test": "gulp test"
26+
"clean": "gulp clean",
27+
"test": "gulp test",
28+
"build": "gulp build"
2729
},
2830
"repository": {
2931
"type": "git",

0 commit comments

Comments
 (0)