From 99d403db694cd46d9a96711ca7791f994e437ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20=C5=BDilinskas?= Date: Mon, 8 Aug 2016 11:15:56 +0300 Subject: [PATCH] 0.2.0 --- package.json | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index 99a1797..48921bf 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,26 @@ { - "name": "cleanup-package-json", - "version": "0.1.0", - "description": "Cleans package.json file.", - "main": "index.js", - "scripts": { - "build": "tsc -p .", - "prepublish": "npm run build" - }, - "author": "Martynas Zilinskas ", - "license": "GPL-3.0", - "devDependencies": { - "@types/node": "^6.0.31", - "@types/optimist": "0.0.28", - "typescript": "^2.0.0", - "typings": "^1.3.1" - }, - "dependencies": { - "@types/yargs": "0.0.28", - "optimist": "^0.6.1", - "yargs": "^4.8.1" - }, - "bin": { - "cpj": "./dist/cli.js" - } -} \ No newline at end of file + "name": "cleanup-package-json", + "version": "0.2.0", + "description": "Cleans package.json file.", + "main": "index.js", + "scripts": { + "build": "tsc -p .", + "prepublish": "npm run build" + }, + "author": "Martynas Zilinskas ", + "license": "GPL-3.0", + "devDependencies": { + "@types/node": "^6.0.31", + "@types/optimist": "0.0.28", + "typescript": "^2.0.0", + "typings": "^1.3.1" + }, + "dependencies": { + "@types/yargs": "0.0.28", + "optimist": "^0.6.1", + "yargs": "^4.8.1" + }, + "bin": { + "cpj": "./dist/cli.js" + } +}