diff --git a/package.json b/package.json index 36a3336..7699c7a 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ }, "typings": "./src/main", "typeRoots": [ - "node_modules/@types" - ], + "node_modules/@types" + ], "scripts": { "build": "npm run build:common && npm run build:cdn && npm run compress:cdn", "build:common": "rollup -c rollup.common.js", @@ -40,5 +40,5 @@ "rebuild": "npm run clean && npm run build", "test": "node_modules/.bin/mocha --require ts-node/register --reporter spec ./tests/**/**.ts" }, - "version": "0.0.5" + "version": "0.0.6" }