From 6c12f3e32780f9a79bb40691fc474402501ed43d Mon Sep 17 00:00:00 2001 From: Andrea Gherardi Date: Tue, 20 Dec 2016 17:51:26 +0100 Subject: [PATCH] Remove ES6 import --- index.js | 21 +-------------------- package.json | 2 +- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/index.js b/index.js index 3160bb8..e6780de 100644 --- a/index.js +++ b/index.js @@ -1,23 +1,4 @@ -/** - * turn.js 3rd release - * www.turnjs.com - * - * Copyright (C) 2012, Emmanuel Garcia. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 2. Any redistribution, use, or modification is done solely for personal - * benefit and not for any commercial purpose or for monetary gain. - * - **/ - -import $ from 'jquery'; +var $ = require('jquery'); var has3d, diff --git a/package.json b/package.json index f9b9342..c30ff64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turn.js", - "version": "1.0.1", + "version": "1.0.2", "description": "Web page flipper", "main": "index.js", "repository": "https://github.com/igghera/turn.js.git",