Skip to content

Commit a11a6e8

Browse files
author
sunjieming
committed
Changed paths to work for Mac/Ubuntu and Windows
1 parent 966cba7 commit a11a6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "LambdaSchool's JavaScript Mini-Bootcamp Homework 1",
55
"main": "index.js",
66
"scripts": {
7-
"test": "./node_modules/.bin/eslint tests/*.js && ./node_modules/.bin/eslint src/*.js && jest",
7+
"test": "eslint tests/*.js && eslint src/*.js && jest",
88
"test:watch": "npm test -- --watch"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)