Compare commits

..

2 Commits

Author SHA1 Message Date
7f4adbfe9f 1.0.7 2016-05-22 01:00:18 +02:00
eb72e2dccc add typings tag to package.json 2016-05-22 00:59:12 +02:00

View File

@ -1,8 +1,9 @@
{
"name": "early",
"version": "1.0.6",
"version": "1.0.7",
"description": "nice module loading animation for modules that need a little starting time.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},