Comparing version 1.1.5 to 1.1.6
@@ -32,5 +32,3 @@ #!/usr/bin/env node | ||
var path = require('path'); | ||
var esmall = require('../'); | ||
var esmall = require('../lib'); | ||
var {success, error} = require('./logger'); | ||
@@ -37,0 +35,0 @@ |
{ | ||
"name": "esmall", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Pretty Naive", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "npm run lint && npm run tap", |
@@ -18,3 +18,3 @@ /* Copyright 2016 Myles Borins | ||
var esmall = require('../'); | ||
var esmall = require('../lib/'); | ||
@@ -21,0 +21,0 @@ var code = ` |
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
93829
213