This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
added a package.json file, i18n build
all cultures now produce a date-[culutre].js file only the en-US culture produces a minified file though, due to issues with uglify. also only en-US runs the gulp tests
- Loading branch information
Peter Elliott
committed
Nov 30, 2015
1 parent
4db5781
commit e480769
Showing
4 changed files
with
44 additions
and
95 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "Datejs", | ||
"version": "1.0.0", | ||
"description": "A Date library for browsers", | ||
"devDependencies": { | ||
"gulp": "^3.9.0", | ||
"gulp-jasmine": "^2.0.1", | ||
"gulp-concat": "^2.5.2", | ||
"gulp-sourcemaps": "^1.5.2", | ||
"gulp-uglify": "^1.2.0", | ||
"run-sequence": "^1.1.0", | ||
"merge-stream": "^1.0.0" | ||
}, | ||
"author": "", | ||
"license": "Apache 2.0" | ||
} |