console-like-string-format
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"devDependencies": { | ||
"babel-core": "^6.25.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-latest": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"babel-register": "^6.24.1", | ||
"chai": "^4.0.2", | ||
"mocha": "^3.4.2" | ||
"mocha": "^3.4.2", | ||
"webpack": "^2.6.1" | ||
}, | ||
"name": "console-like-string-format", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "lib/index.js", | ||
@@ -18,7 +13,4 @@ "directories": { | ||
}, | ||
"devDependencies": { | ||
"mocha": "^3.4.2" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "./node_modules/mocha/bin/mocha --require babel-register" | ||
}, | ||
@@ -25,0 +17,0 @@ "author": "", |
@@ -1,2 +0,4 @@ | ||
import format from '../lib/console-like-format' | ||
// import format from '../lib/console-like-format' | ||
const format = require('../dist/console-like-string-format') | ||
// import format from '../lib/console-like-format' | ||
const {expect} = require('chai') | ||
@@ -3,0 +5,0 @@ |
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
54164
9
265
3