javascript-time-ago
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -1,8 +0,8 @@ | ||
export { default as long } from './long' | ||
export { default as long_concise } from './long concise' | ||
export { default as short } from './short' | ||
export { default as short_concise } from './short concise' | ||
export { default as tiny } from './tiny' | ||
export { default as long } from './long.json' | ||
export { default as long_concise } from './long concise.json' | ||
export { default as short } from './short.json' | ||
export { default as short_concise } from './short concise.json' | ||
export { default as tiny } from './tiny.json' | ||
// `const` is not supported in Internet Explorer 10 | ||
export var locale = 'en' |
@@ -1,6 +0,6 @@ | ||
var long = require('./long') | ||
var long_concise = require('./long concise') | ||
var short = require('./short') | ||
var short_concise = require('./short concise') | ||
var tiny = require('./tiny') | ||
var long = require('./long.json') | ||
var long_concise = require('./long concise.json') | ||
var short = require('./short.json') | ||
var short_concise = require('./short concise.json') | ||
var tiny = require('./tiny.json') | ||
@@ -7,0 +7,0 @@ module.exports = |
@@ -1,8 +0,8 @@ | ||
export { default as long } from './long' | ||
export { default as long_concise } from './long concise' | ||
export { default as short } from './short' | ||
export { default as short_concise } from './short concise' | ||
export { default as tiny } from './tiny' | ||
export { default as long } from './long.json' | ||
export { default as long_concise } from './long concise.json' | ||
export { default as short } from './short.json' | ||
export { default as short_concise } from './short concise.json' | ||
export { default as tiny } from './tiny.json' | ||
// `const` is not supported in Internet Explorer 10 | ||
export var locale = 'ru' |
@@ -1,6 +0,6 @@ | ||
var long = require('./long') | ||
var long_concise = require('./long concise') | ||
var short = require('./short') | ||
var short_concise = require('./short concise') | ||
var tiny = require('./tiny') | ||
var long = require('./long.json') | ||
var long_concise = require('./long concise.json') | ||
var short = require('./short.json') | ||
var short_concise = require('./short concise.json') | ||
var tiny = require('./tiny.json') | ||
@@ -7,0 +7,0 @@ module.exports = |
{ | ||
"name": "javascript-time-ago", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "International highly customizable relative time formatting", | ||
@@ -5,0 +5,0 @@ "main": "index.common.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
413231