Skip to content

Commit

Permalink
Change the name of this project s/cldr.js/cldrjs
Browse files Browse the repository at this point in the history
Update bower.json and package.json metafiles to reflect the new project
name (former cldr.js, now cldrjs).

The goal of this change is to improve consistency. Now, user can use
`cldrjs` on either AMD or CommonJS exports.

Fixes #7
  • Loading branch information
rxaviers committed Apr 8, 2014
1 parent 4adbdfc commit 545a3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cldr.js",
"name": "cldrjs",
"version": "0.3.2-pre",
"devDependencies": {
"chai": "1.7.x",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cldr.js",
"name": "cldrjs",
"version": "0.3.2-pre",
"description": "Simple CLDR API",
"keywords": [
Expand Down

0 comments on commit 545a3d9

Please sign in to comment.