Comparing version 0.0.5 to 0.0.6
# Architecture | ||
- `dist`: The distribution directory. This is where minified files go for use. It is updated *not after every change*, but *on version increases* (commits in the style of `Bump to vX.Y.Z.`). | ||
- `dist`: The distribution directory. This is where minified files go for use. | ||
@@ -5,0 +5,0 @@ - `blimpy.min.js`: The minified version of `src/blimpy.js`. |
{ | ||
"name": "blimpy", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Easily set the class of an object.", | ||
@@ -5,0 +5,0 @@ "main": "dist/blimpy.min.js", |
@@ -47,3 +47,3 @@ let assert = require('assert'); | ||
let blimpys = ['src/blimpy', 'dist/blimpy.min']; | ||
let blimpys = ['dist/blimpy.min']; | ||
@@ -50,0 +50,0 @@ for (let i = 0; i < blimpys.length; i++) { |
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
118589