chronokinesis
Advanced tools
Comparing version 1.3.0 to 1.3.2
{ | ||
"name": "chronokinesis", | ||
"version": "1.3.0", | ||
"version": "1.3.2", | ||
"description": "Module for testing time-dependent code", | ||
@@ -44,14 +44,14 @@ "author": "Pal Edman <pal.edman@outlook.com>", | ||
"devDependencies": { | ||
"babel-preset-es2015": "^6.18.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"babel-preset-es2015-rollup": "^3.0.0", | ||
"code": "^4.0.0", | ||
"coveralls": "^2.11.15", | ||
"lab": "^11.2.1", | ||
"lab": "^12.1.0", | ||
"lodash.clonedeep": "^4.5.0", | ||
"markdown-toc": "^1.0.2", | ||
"markdown-toc": "^1.1.0", | ||
"moment": "^2.17.1", | ||
"rollup": "^0.38.0", | ||
"rollup": "^0.41.4", | ||
"rollup-plugin-babel": "^2.7.1", | ||
"rollup-plugin-commonjs": "^6.0.1" | ||
"rollup-plugin-commonjs": "^7.0.0" | ||
} | ||
} |
@@ -99,2 +99,4 @@ chronokinesis | ||
const ck = require('chronokinesis'); | ||
const moment = require('moment'); | ||
let date = new Date(2018, 0, 31); | ||
@@ -174,3 +176,3 @@ | ||
`jsnext:main: dist/index.js` | ||
`jsnext:main: dist/index.es.js` | ||
@@ -177,0 +179,0 @@ # Acknowledgements |
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
11911
180