This commit is contained in:
doup 2015-07-14 21:42:17 +02:00
parent 648b05f646
commit fab83809c0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
'use strict'; 'use strict';
var Multilange = require('./multilang'); var Multilang = require('./multilang');
module.exports = function (ops) { module.exports = function (ops) {
var multilang = new Multilang(ops); var multilang = new Multilang(ops);

View file

@ -1,6 +1,6 @@
{ {
"name": "metalsmith-multi-language", "name": "metalsmith-multi-language",
"version": "0.1.0", "version": "0.1.1",
"description": "Create multi-language websites in Metalsmith", "description": "Create multi-language websites in Metalsmith",
"homepage": "https://github.com/doup/metalsmith-multi-language#readme", "homepage": "https://github.com/doup/metalsmith-multi-language#readme",
"author": "doup <asier@illarra.com>", "author": "doup <asier@illarra.com>",