Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit bfda806

Browse files
committed
Fix package.json author name.
1 parent df0aa28 commit bfda806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sqlite-parser",
33
"description": "JavaScript implentation of SQLite 3 query parser",
4-
"author": "Nick Wronski <nick@javascript.com>",
4+
"author": "Code School (http://codeschool.com)",
55
"version": "0.14.0",
66
"contributors": [
77
"Nick Wronski <nick@javascript.com>"

0 commit comments

Comments
 (0)