Skip to content

Commit bbcfcab

Browse files
script paths
1 parent 2082f70 commit bbcfcab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "regexp-tree",
3-
"version": "0.1.26",
3+
"version": "0.1.27",
44
"license": "MIT",
55
"description": "Regular Expressions parser in JavaScript",
66
"repository": "DmitrySoshnikov/regexp-tree",
77
"homepage": "https://github.com/DmitrySoshnikov/regexp-tree",
88
"bugs": "https://github.com/DmitrySoshnikov/regexp-tree/issues",
99
"scripts": {
10-
"build": "node scripts/build.js",
11-
"watch": "node scripts/build.js --watch",
10+
"build": "node ./scripts/build.js",
11+
"watch": "node ./scripts/build.js --watch",
1212
"test": "jest",
1313
"prepublish": "npm run build && npm test",
14-
"eslint": "eslint src/ && eslint bin/regexp-tree"
14+
"eslint": "eslint ./src/ && eslint ./bin/regexp-tree"
1515
},
1616
"bin": {
1717
"regexp-tree": "./bin/regexp-tree"

0 commit comments

Comments
 (0)