Skip to content

Commit

Permalink
Update fork package name
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Apr 10, 2024
1 parent 2490f65 commit ee1e806
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name" : "bnf",
"name" : "@qxip/bnf",
"description" : "BNF Compiler, parser, and interpreter framework.",
"url" : "http://github.com/navstev0/nodebnf",
"url" : "http://github.com/metrico/nodebnf",
"keywords" : ["parser", "interpreter", "compiler", "bnf", "lexical"],
"author" : "Steven Adams <[email protected]>",
"repository": "git://github.com/navstev0/nodebnf.git",
"license": "GPL-3.0",
"author" : "Akvlad <[email protected]>",
"repository": "git://github.com/metrico/nodebnf.git",
"license": "AGPL-3.0",
"dependencies" : [],
"main" : "./Compiler.js",
"version" : "1.0.1"
"version" : "1.0.2"
}

0 comments on commit ee1e806

Please sign in to comment.