File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### Changed
6+ - Move ` js/jsonld.js ` to ` lib/jsonld.js ` .
7+
58### Added
69- Add .editorconfig support.
710
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ bower install jsonld
5858``` js
5959require .config ({
6060 paths: {
61- jsonld: ' bower_components/jsonld/js /jsonld'
61+ jsonld: ' bower_components/jsonld/lib /jsonld'
6262 }
6363});
6464define ([' jsonld' ], function (jsonld ) { ... });
Original file line number Diff line number Diff line change 55 " Digital Bazaar, Inc."
66 ],
77 "license" : " BSD" ,
8- "main" : [" js /jsonld.js" ],
8+ "main" : [" lib /jsonld.js" ],
99 "dependencies" : {
1010 "es6-promise" : " ^2.0.0"
1111 },
File renamed without changes.
Original file line number Diff line number Diff line change 2323 "email" : " support@digitalbazaar.com"
2424 },
2525 "license" : " BSD-3-Clause" ,
26- "main" : " js /jsonld.js" ,
26+ "main" : " lib /jsonld.js" ,
2727 "dependencies" : {
2828 "es6-promise" : " ^2.0.0" ,
2929 "pkginfo" : " ~0.4.0" ,
5959 "test-browser" : " make test-browser" ,
6060 "test" : " make test" ,
6161 "coverage" : " make test-coverage" ,
62- "jscs" : " jscs js /jsonld.js tests/*.js" ,
63- "jshint" : " jshint js /jsonld.js tests/*.js"
62+ "jscs" : " jscs lib /jsonld.js tests/*.js" ,
63+ "jshint" : " jshint lib /jsonld.js tests/*.js"
6464 },
6565 "browser" : {
6666 "crypto" : " ./browser/ignore.js" ,
Original file line number Diff line number Diff line change 33 *
44 * @author goofballLogic
55 */
6- var jsonld = require ( '../js/jsonld ' ) ;
6+ var jsonld = require ( '..' ) ;
77var assert = require ( 'assert' ) ;
88
99describe ( 'For the node.js document loader' , function ( ) {
You can’t perform that action at this time.
0 commit comments