Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Jan 15, 2017
1 parent 55adb57 commit bade106
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "php-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "Parse PHP 5/7 code and returns its AST",
"main": "src/index.js",
"scripts": {
Expand All @@ -21,6 +21,10 @@
],
"author": "Ioan CHIRIAC",
"license": "BSD-3-Clause",
"xo": {
"space": 2,
"envs": ["node", "mocha"]
},
"devDependencies": {
"coveralls": "^2.11.15",
"grunt": "^1.0.1",
Expand Down

0 comments on commit bade106

Please sign in to comment.