From 22ad9542768cc59bf9c0c5f65b376525532bc925 Mon Sep 17 00:00:00 2001 From: Paul Ellenbogen Date: Thu, 26 Jun 2014 21:25:26 -0700 Subject: [PATCH] Include srcPlatform in build. Fixes #10 --- Gruntfile.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6aa4148..5f1012a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -53,6 +53,7 @@ module.exports = function(grunt) { FILES.lib .concat(promise_lib) .concat(FILES.srcCore) + .concat(FILES.srcPlatform) .concat("src/backgroundframe-link.js") .concat('providers/*.js') } diff --git a/package.json b/package.json index 96d7c8e..39302f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "freedom-for-firefox", "description": "Embracing a distributed web", - "version": "0.3.1", + "version": "0.3.2", "homepage": "http://freedomjs.org", "bugs": { "url": "http://github.com/freedomjs/freedom-for-firefox/issues",