From 11d502c8e97dcdcaa7ae1f32e8b26e4234261dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20K=C5=82apec=CC=81?= Date: Sun, 9 Aug 2015 13:23:24 +0200 Subject: [PATCH] Version bump, add license info, fix formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - updated version field to 3.4.0, - added license information as requested by npm – npm WARN package.json animate.css@3.4.0 No license field. - added missing spaces in the jspm section --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0724e2e..af5f596 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,18 @@ { "name": "animate.css", - "version": "3.3.0", + "version": "3.4.0", "repository": { "type": "git", "url": "https://github.com/daneden/animate.css.git" }, + "license": "MIT", "jspm": { - "main":"animate.css!", - "format":"global", + "main": "animate.css!", + "format": "global", "directories": { - "lib":"./" + "lib": "./" } - }, + }, "devDependencies": { "grunt": "~0.4.1", "grunt-autoprefixer": "~0.4.0",