modl-parser
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,1 +0,7 @@ | ||
export * from '.'; | ||
const { MODLLexer } = require('./MODLLexer'); | ||
const { MODLParser } = require('./MODLParser'); | ||
module.exports = { | ||
Parser: MODLParser, | ||
Lexer: MODLLexer | ||
}; |
{ | ||
"name": "modl-parser", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A MODL parser in JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
44987
1048