@networkteam/eel
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -6,7 +6,9 @@ { | ||
"type": "module", | ||
"main": "src/main.js", | ||
"main": "dist/main.js", | ||
"scripts": { | ||
"build": "nearleyc -o src/grammar.cjs src/grammar.ne", | ||
"build": "npm run build:parser && npm run build:webpack", | ||
"build:parser": "nearleyc -o src/grammar.cjs src/grammar.ne", | ||
"build:webpack": "webpack", | ||
"test-grammar": "nearley-test src/grammar.js", | ||
"test": "mocha-esm test/test.*.js" | ||
"test": "mocha-esm test/*.spec.js" | ||
}, | ||
@@ -17,5 +19,10 @@ "dependencies": { | ||
"devDependencies": { | ||
"mocha-esm": "^1.1.1" | ||
"@babel/core": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"babel-loader": "^8.0.5", | ||
"mocha-esm": "^1.1.1", | ||
"webpack": "^4.30.0", | ||
"webpack-cli": "^3.3.2" | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.1.0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23434
8
6
195
2