Skip to content

Commit f5453cf

Browse files
committed
4.0.0-beta
1 parent 7706caf commit f5453cf

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ You might also be interested in these projects:
370370

371371
| **Commits** | **Contributor** |
372372
| --- | --- |
373-
| 48 | [jonschlinkert](https://github.com/jonschlinkert) |
373+
| 49 | [jonschlinkert](https://github.com/jonschlinkert) |
374374
| 1 | [SamyPesse](https://github.com/SamyPesse) |
375375
| 1 | [6utt3rfly](https://github.com/6utt3rfly) |
376376
| 1 | [freshgum-bubbles](https://github.com/freshgum-bubbles) |

package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eval-estree-expression",
33
"description": "Safely evaluate JavaScript (estree) expressions, sync and async.",
4-
"version": "3.0.1",
4+
"version": "4.0.0-beta",
55
"license": "MIT",
66
"homepage": "https://github.com/jonschlinkert/eval-estree-expression",
77
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
@@ -15,19 +15,23 @@
1515
"lib"
1616
],
1717
"scripts": {
18-
"test": "mocha --recursive --ignore 'test/fixtures/**'",
18+
"test": "mocha --recursive --ignore 'test/fixtures/**/*.test.js'",
1919
"test:ci": "nyc --reporter=lcov npm run test",
2020
"cover": "nyc --reporter=text --reporter=html npm run test"
2121
},
2222
"devDependencies": {
2323
"@babel/eslint-parser": "^7.26.5",
2424
"@babel/eslint-plugin": "^7.25.9",
25+
"@babel/generator": "^7.28.0",
2526
"@babel/parser": "^7.26.7",
2627
"escodegen": "^2.1.0",
28+
"eslint": "8.57.1",
29+
"get-value": "^4.0.1",
2730
"gulp-format-md": "^2.0.0",
2831
"mocha": "^11.1.0",
2932
"nyc": "^17.1.0",
30-
"prettier": "^3.4.2"
33+
"prettier": "^3.4.2",
34+
"set-value": "^4.1.0"
3135
},
3236
"keywords": [
3337
"@babel",
@@ -58,12 +62,18 @@
5862
"parse",
5963
"parser",
6064
"parsing",
65+
"resolve",
66+
"resolver",
67+
"render",
68+
"compile",
6169
"run",
6270
"safe",
6371
"safe-eval",
6472
"static",
6573
"syntax",
6674
"tc39",
75+
"template",
76+
"templates",
6777
"transpile",
6878
"transpiler",
6979
"tree"

0 commit comments

Comments
 (0)