From 50a306b039e9b43b8dcb810b6ef989b67b93cb32 Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Mon, 16 Mar 2015 01:22:16 -0700 Subject: [PATCH] 1.0.0 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 914c52a..1974505 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "polyfills-feature", "description": "Polyfill feature abstraction", - "version": "0.0.0", + "version": "1.0.0", "author": "Jonathan Ong (http://jongleberry.com)", "license": "MIT", "repository": "polyfills/feature", @@ -23,5 +23,7 @@ "polyfills", "feature" ], - "files": ["index.js"] + "files": [ + "index.js" + ] }