extra-array
Advanced tools
Comparing version 2.0.30 to 2.1.0
{ | ||
"name": "extra-array", | ||
"version": "2.0.30", | ||
"version": "2.1.0", | ||
"description": "Standard utility methods for Array.", | ||
"main": "index.js", | ||
"scripts": { | ||
"prepublishOnly": "exit && node ./prepublish", | ||
"browserify": "browserify index.js -o index.web.js", | ||
"uglifyjs": "uglifyjs -c -m -o index.min.js index.web.js", | ||
"test": "exit" | ||
@@ -33,9 +30,6 @@ }, | ||
"devDependencies": { | ||
"@extra-iterable/zip": "^1.1.1", | ||
"browserify": "^16.2.3", | ||
"find-npm-prefix": "^1.0.2", | ||
"recast": "^0.16.1", | ||
"tempy": "^0.2.1", | ||
"uglify-es": "^3.3.9" | ||
"recast": "^0.18.7", | ||
"tempy": "^0.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
97638
3
119
1657