babel-autonode
Advanced tools
Comparing version 1.0.3 to 1.0.4
'use strict' | ||
var fs = require('fs') | ||
var packageJson = JSON.parse(fs.readFileSync('package.json')) | ||
var packageJson = module.parent.require('./package.json') | ||
var babelrcs = require('babelrc-v8') | ||
@@ -5,0 +4,0 @@ var versions = Object.keys(babelrcs).map(function (ver) { return ver.split('.') }) |
{ | ||
"name": "babel-autonode", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Automatically and transparently use as little babel as possible with whatever version of node is in use.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2
8548
103