@bufferapp/publish-utils
Advanced tools
Comparing version 1.9.0 to 1.9.3
{ | ||
"name": "@bufferapp/publish-utils", | ||
"version": "1.9.0", | ||
"version": "1.9.3", | ||
"description": "Misc. utils for dates, parsing, etc.", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "eslint . --ignore-pattern coverage node_modules", | ||
"test": "yarn run lint && sh ../../package_test.sh", | ||
"test-watch": "jest --watch" | ||
"lint": "eslint . --ignore-pattern coverage node_modules" | ||
}, | ||
"author": "hamstu@gmail.com", | ||
"devDependencies": { | ||
"eslint": "3.19.0", | ||
"jest": "19.0.2" | ||
"eslint": "3.19.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"moment-timezone": "0.5.12" | ||
} | ||
} |
0
1
79232
13
1550
- Removedmoment-timezone@0.5.12
- Removedmoment@2.30.1(transitive)
- Removedmoment-timezone@0.5.12(transitive)