Skip to content

Commit 78e6cf7

Browse files
committed
remove old grunt command
1 parent 39a2340 commit 78e6cf7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "php-parser",
3-
"version": "3.0.0-alpha2",
3+
"version": "3.0.0-alpha.3",
44
"description": "Parse PHP code and returns its AST",
55
"main": "src/index.js",
66
"browser": "dist/php-parser.js",
77
"scripts": {
88
"lint": "prettier --write src/*.js src/**/*.js",
99
"pretest": "npm run lint",
1010
"test": "jest",
11-
"generate-docs": "grunt doc",
1211
"prebuild": "npm run test",
1312
"build": "webpack --config webpack.config.js",
1413
"postbuild": "npm run build-docs",
@@ -22,7 +21,7 @@
2221
"bugs": {
2322
"url": "https://github.com/glayzzle/php-parser/issues"
2423
},
25-
"homepage": "http://glayzzle.com/php-parser/",
24+
"homepage": "https://glayzzle.com/",
2625
"keywords": [
2726
"php",
2827
"php5",

0 commit comments

Comments
 (0)