diff --git a/package.json b/package.json index e06eef7b7..c84bdd209 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "ioredis-mock", - "version": "1.1.0", + "version": "1.1.1", "description": "This library emulates ioredis by performing all operations in-memory.", "main": "./lib", "scripts": { "clean": "rimraf lib", "prepublish": "npm run clean && npm run build", "preversion": "node scripts/update-compat", - "build": "mkdirp lib && babel src --out-file lib/index.js", + "build": "mkdirp lib && babel src --out-dir lib", "build:watch": "npm run build -- --watch", "test": "mocha --compilers js:babel-register --recursive", "test:watch": "npm test -- --watch --growl",