Skip to content

Commit

Permalink
Update package metadata and add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
timrwood committed Jun 23, 2014
1 parent 89615d5 commit 5026911
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
20 changes: 20 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
temp
tests

Gruntfile.js
tasks

contributing.md

.travis.yml
.jshintrc

builds
bower.json

data/unpacked/*.json
!data/unpacked/latest.json
data/packed/*.json
!data/packed/latest.json
data/meta/*.json
!data/meta/latest.json
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "moment-timezone",
"version": "0.0.6",
"description": "Timezone plugin for Moment.js.",
"homepage": "http://momentjs.com",
"description": "Parse and display moments in any timezone.",
"homepage": "http://momentjs.com/timezone/",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
"keywords": [
"moment",
"date",
"time",
"timezone",
"olson",
"iana",
"zone",
"tz"
],
"main": "./index.js",
Expand All @@ -18,16 +20,12 @@
},
"repository": {
"type": "git",
"url": "https://github.com/timrwood/moment-timezone.git"
"url": "https://github.com/moment/moment-timezone.git"
},
"bugs": {
"url": "https://github.com/timrwood/moment-timezone/issues"
"url": "https://github.com/moment/moment-timezone/issues"
},
"licenses" : [
{
"type" : "MIT"
}
],
"license" : "MIT",
"dependencies" : {
"moment" : ">= 2.6.0"
},
Expand Down

0 comments on commit 5026911

Please sign in to comment.