Comparing version 0.3.1 to 0.3.2
@@ -1,1 +0,1 @@ | ||
module.exports = require('./lib/Arel'); | ||
module.exports = require('./dist/Arel'); |
{ | ||
"name": "arel", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "arel", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"test": "jest --coverage", | ||
"build": "rm -rf lib && babel src --out-dir lib --ignore '__tests__/*.js'", | ||
"build": "rm -rf dist && babel src --out-dir dist --ignore '__tests__/*.js'", | ||
"pretest": "npm run build", | ||
@@ -11,0 +11,0 @@ "prepublish": "npm run test" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
344069
1