Comparing version 1.0.0 to 1.0.1
11
index.js
@@ -22,13 +22,4 @@ const Azureleaf = require('./src/azl-strings'); | ||
// Additional methods or modifications can be added here | ||
} | ||
// Create an instance of CombinedAzureleaf | ||
const $azl = new CombinedAzureleaf(); | ||
// Use methods from Azureleaf, Arrayzureleaf, and Objectureleaf | ||
const capitalizedString = $azl.capitalizeFirst('hello'); | ||
console.log(capitalizedString); | ||
const shuffledArray = $azl.shuffle([1, 2, 3]); | ||
console.log(shuffledArray); | ||
const $azl = new CombinedAzureleaf(); |
{ | ||
"name": "azureleaf", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A lightweight JavaScript library for data structure manipulation", | ||
@@ -18,6 +18,3 @@ "main": "index.js", | ||
"author": "Zak Schenck", | ||
"license": "MIT", | ||
"dependencies": { | ||
"any-required-dependencies": "^1.0.0" | ||
} | ||
"license": "MIT" | ||
} |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
18663
0
10
1
53
447
- Removedany-required-dependencies@^1.0.0