Browse Source

change version to 0.3.1 and add York.Gu as a contributor

pull/8/head
York.Gu 12 years ago
parent
commit
699bf56b7b
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      package.json

+ 4
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "nodelua",
"version": "0.3.0",
"version": "0.3.1",
"description": "Lua Bindings For Node.JS",
"keywords": [
"lua"
@ -16,6 +16,9 @@
"url": "git://github.com/brettlangdon/nodelua.git"
},
"author": "Brett Langdon <brett@blangdon.com> (http://www.brett.is)",
"contributors": [
"York Gu <gyq5319920@gmail.com> (http://blog.yorkgu.me)"
],
"license": "MIT",
"gypfile": true,
"engines": {


Loading…
Cancel
Save