Skip to content

Commit

Permalink
Updating package.json (#181)
Browse files Browse the repository at this point in the history
Forgot to add introspection.d in package.json.
That should correct issue #181.
  • Loading branch information
PhilippeSigaud committed Feb 4, 2016
1 parent 994c43d commit e2af4fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "pegged",
"description": "Parsing Expression Grammar (PEG) generator",
"copyright": "Copyright © 2012-2014, Philippe Sigaud",
"copyright": "Copyright © 2012-2016, Philippe Sigaud",
"license": "Boost",
"authors": [ "Philippe Sigaud" ],
"sourceFiles": [
"pegged/peg.d",
"pegged/grammar.d",
"pegged/parser.d",
"pegged/introspection.d",
"pegged/dynamic/grammar.d",
"pegged/dynamic/peg.d",
"pegged/tester/grammartester.d",
Expand Down

0 comments on commit e2af4fa

Please sign in to comment.