We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a2340 commit 78e6cf7Copy full SHA for 78e6cf7
package.json
@@ -1,14 +1,13 @@
1
{
2
"name": "php-parser",
3
- "version": "3.0.0-alpha2",
+ "version": "3.0.0-alpha.3",
4
"description": "Parse PHP code and returns its AST",
5
"main": "src/index.js",
6
"browser": "dist/php-parser.js",
7
"scripts": {
8
"lint": "prettier --write src/*.js src/**/*.js",
9
"pretest": "npm run lint",
10
"test": "jest",
11
- "generate-docs": "grunt doc",
12
"prebuild": "npm run test",
13
"build": "webpack --config webpack.config.js",
14
"postbuild": "npm run build-docs",
@@ -22,7 +21,7 @@
22
21
"bugs": {
23
"url": "https://github.com/glayzzle/php-parser/issues"
24
},
25
- "homepage": "http://glayzzle.com/php-parser/",
+ "homepage": "https://glayzzle.com/",
26
"keywords": [
27
"php",
28
"php5",
0 commit comments