From 06ebd4418924155be62e35e58180f1a7b23e907d Mon Sep 17 00:00:00 2001 From: LosslessBot Date: Sat, 30 Apr 2016 12:08:44 +0200 Subject: [PATCH] 3.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3421521..c1e9957 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "smartpath", - "version": "3.1.5", + "version": "3.2.0", "description": "offers smart ways to handle paths", "main": "dist/index.js", - "typings":"dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },