mirror of
https://github.com/vale981/metalsmith-multi-language
synced 2025-03-05 09:31:40 -05:00
Ups…
This commit is contained in:
parent
648b05f646
commit
fab83809c0
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue