Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "giorno", | ||
"version": "1.0.0", | ||
"description": "a library for semantic dates", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
"author": "Simone Gentili <sensorario@gmail.com>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"jest": "^23.2.0" | ||
} | ||
"name": "giorno", | ||
"version": "1.0.1", | ||
"description": "a library for semantic dates", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
"author": "Simone Gentili <sensorario@gmail.com>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"jest": "^23.2.0", | ||
"merge": ">=1.2.1" | ||
} | ||
} |
1774
4
2