Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 2ba6daa

Browse files
author
Mickaël Tricot
committed
Upgrade npm dependencies + add main and license metadata to package.json
1 parent 92c873a commit 2ba6daa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "console.js",
33
"version": "0.2.0",
4-
"dependencies": {
5-
"express": "4.10.1"
6-
},
4+
"license": "Apache-2.0",
5+
"main": "lib/console.js",
76
"devDependencies": {
7+
"express": "4.13.3",
88
"grunt": "0.4.5",
99
"grunt-contrib-clean": "0.6.0",
10-
"grunt-contrib-jasmine": "0.8.1",
11-
"grunt-contrib-uglify": "0.6.0",
10+
"grunt-contrib-jasmine": "0.9.1",
11+
"grunt-contrib-uglify": "0.9.1",
1212
"grunt-contrib-watch": "0.6.1"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)