Comparing version 0.2.1 to 1.0.0
The MIT License (MIT) | ||
Copyright (c) 2014, 2015 Evan Hahn | ||
Copyright (c) 2014-2016 Evan Hahn | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "arraywrap", | ||
"version": "0.2.1", | ||
"version": "1.0.0", | ||
"description": "if it's not an array, wrap it in an array. if it's already an array, do nothing.", | ||
@@ -10,3 +10,4 @@ "main": "arraywrap.js", | ||
"scripts": { | ||
"test": "standard && mocha" | ||
"pretest": "standard", | ||
"test": "mocha" | ||
}, | ||
@@ -29,4 +30,4 @@ "repository": { | ||
"devDependencies": { | ||
"mocha": "^2.3.4", | ||
"standard": "^5.4.1" | ||
"mocha": "^3.1.2", | ||
"standard": "^8.5.0" | ||
}, | ||
@@ -33,0 +34,0 @@ "standard": { |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3433
0