krl-parser
Advanced tools
Comparing version 0.24.1 to 0.40.0
{ | ||
"name": "krl-parser", | ||
"version": "0.24.1", | ||
"version": "0.40.0", | ||
"description": "Parse KRL source code into an AST", | ||
@@ -11,3 +11,3 @@ "main": "src/index.js", | ||
"start": "onchange 'src/' 'tests/' -e 'src/grammar.js' -i -- npm run test-all-but-ambiguityFinder -s", | ||
"lint": "eslint src/ tests/ && echo lint-ok", | ||
"lint": "../../node_modules/.bin/eslint src/ tests/ && echo lint-ok", | ||
"test": "npm run test-all-but-ambiguityFinder -s && node tests/ambiguityFinder.js", | ||
@@ -21,3 +21,3 @@ "test-all-but-ambiguityFinder": "npm run lint -s && npm run build -s && node tests | faucet", | ||
"type": "git", | ||
"url": "git+https://github.com/Picolab/node-krl-parser.git" | ||
"url": "git+https://github.com/Picolab/pico-engine.git" | ||
}, | ||
@@ -32,10 +32,8 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Picolab/node-krl-parser/issues" | ||
"url": "https://github.com/Picolab/pico-engine/issues" | ||
}, | ||
"homepage": "https://github.com/Picolab/node-krl-parser#readme", | ||
"homepage": "https://github.com/Picolab/pico-engine#readme", | ||
"devDependencies": { | ||
"diff-lines": "^1.1.0", | ||
"eslint": "^4.4.1", | ||
"faucet": "0.0.1", | ||
"krl-generator": "^0.7.2", | ||
"lodash": "^4.13.1", | ||
@@ -42,0 +40,0 @@ "onchange": "^3.2.1", |
6
109992