Skip to content

Commit 7efa9a1

Browse files
author
Ganesh Bhat
committed
Adding dist, fixed packages, and adding minor changes to gitignore
1 parent 0e21a4d commit 7efa9a1

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phpcgijs",
33
"description": "Node JS modules for running PHP in CGI mode",
4-
"version": "1.0.0-beta8",
4+
"version": "0.1.4",
55
"author": {
66
"name": "Ganesh",
77
"email": "[email protected]"
@@ -16,14 +16,15 @@
1616
},
1717
"main": "./main.js",
1818
"dependencies": {
19-
"express": "^4.17.1",
20-
"shelljs": "^0.6.0"
19+
"express": "4.17.1",
20+
"shelljs": "0.6.1"
2121
},
2222
"devDependencies": {
23-
"chai": "^4.2.0",
24-
"eslint": "^6.8.0",
25-
"mocha": "^8.2.0",
26-
"supertest": "^4.0.2"
23+
"chai": "4.2.0",
24+
"eslint": "6.8.0",
25+
"mocha": "8.2.0",
26+
"supertest": "4.0.2",
27+
"sinon": "9.2.1"
2728
},
2829
"keywords": [
2930
"phpcgijs",

0 commit comments

Comments
 (0)