Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
moving towards public 'scoped package' releases as per https://docs.n…
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Aug 27, 2017
1 parent de43013 commit d922a83
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lex.y
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ optional_module_code_chunk

%%

var XRegExp = require('xregexp'); // for helping out the `%options xregexp` in the lexer
var XRegExp = require('@gerhobbelt/xregexp'); // for helping out the `%options xregexp` in the lexer

function encodeRE(s) {
return s.replace(/([.*+?^${}()|\[\]\/\\])/g, '\\$1').replace(/\\\\u([a-fA-F0-9]{4})/g, '\\u$1');
Expand Down
65 changes: 58 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"email": "[email protected]",
"url": "http://zaa.ch"
},
"name": "lex-parser",
"name": "@gerhobbelt/lex-parser",
"version": "0.6.0-186",
"description": "A parser for lexical grammars used by jison",
"main": "lex-parser.js",
Expand All @@ -26,11 +26,11 @@
"node": ">=4.0"
},
"dependencies": {
"xregexp": "github:GerHobbelt/xregexp#master"
"@gerhobbelt/xregexp": "3.2.0-21"
},
"devDependencies": {
"chai": "4.1.1",
"jison-gho": "0.4.18-184",
"jison-gho": "0.4.18-186",
"mocha": "3.5.0"
}
}

0 comments on commit d922a83

Please sign in to comment.