unicode-length
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "unicode-length", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Get the length of unicode strings", | ||
"main": "build/unicode-length.js", | ||
"main": "lib/unicode-length.js", | ||
"files": [ | ||
"build/unicode-length.js" | ||
"lib/unicode-length.js" | ||
], | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/jviotti/unicode-length", | ||
"scripts": { | ||
"test": "gulp test", | ||
"prepublish": "gulp build" | ||
"lint": "standard", | ||
"test": "node ./tests/unicode-length.spec.js | tap-spec" | ||
}, | ||
@@ -30,12 +30,5 @@ "author": "Juan Cruz Viotti <jv@jviotti.com>", | ||
"devDependencies": { | ||
"chai": "~1.10.0", | ||
"coffee-script": "~1.8.0", | ||
"gulp": "~3.8.10", | ||
"gulp-coffee": "~2.2.0", | ||
"gulp-coffeelint": "~0.4.0", | ||
"gulp-mocha": "~2.0.0", | ||
"gulp-util": "~3.0.1", | ||
"mocha": "~2.0.1", | ||
"sinon": "~1.12.2", | ||
"sinon-chai": "~2.6.0" | ||
"standard": "^12.0.1", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.10.2" | ||
}, | ||
@@ -42,0 +35,0 @@ "dependencies": { |
3
4037
17