Skip to content

Commit c87b3a3

Browse files
committed
v1.0.0.
1 parent de9bb57 commit c87b3a3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "staticify",
3-
"version": "0.0.10",
3+
"version": "1.0.0",
44
"description": "A better static asset handler for node.js",
55
"main": "index.js",
6+
"author": "Rakesh Pai <rakeshpai@errorception.com>",
7+
"license": "MIT",
68
"repository": {
79
"type": "git",
810
"url": "git+ssh://git@github.com/errorception/staticify.git"
@@ -12,8 +14,6 @@
1214
"xo": "xo",
1315
"test": "npm run xo && npm run mocha"
1416
},
15-
"author": "Rakesh Pai <rakeshpai@errorception.com>",
16-
"license": "MIT",
1717
"keywords": [
1818
"static",
1919
"asset",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"mocha": "~4.0.1",
33-
"should": "~13.1.1",
33+
"should": "~13.1.3",
3434
"xo": "^0.18.2"
3535
},
3636
"xo": {

0 commit comments

Comments
 (0)