Skip to content

Commit 547980c

Browse files
authored
remove temporary npm script
1 parent 2a82d32 commit 547980c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha \"test/**/*_spec.js\"",
8-
"examples": "mocha \"examples/**/*_spec.js\"",
9-
"examples2": "set NODE_PATH=C:\\Users\\Stephen\\repos\\github\\node-red&& mocha \"examples/**/*_spec.js\""
8+
"examples": "mocha \"examples/**/*_spec.js\""
109
},
1110
"license": "Apache-2.0",
1211
"repository": {

0 commit comments

Comments
 (0)