Skip to content

Commit

Permalink
moved src to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Llamas committed Jan 20, 2013
1 parent 94bf062 commit ecd0757
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,5 +21,5 @@
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.html"
}],
"main": "bcp47"
"main": "lib/bcp47"
}
2 changes: 1 addition & 1 deletion tests/bcp47.js
@@ -1,7 +1,7 @@
"use strict";

var ASSERT = require ("assert");
var bcp47 = require ("../bcp47");
var bcp47 = require ("../lib/bcp47");

describe ("bcp47", function (){
it ("langtag and language", function (done){
Expand Down

0 comments on commit ecd0757

Please sign in to comment.