File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments