Remove ES6 import

This commit is contained in:
Andrea Gherardi 2016-12-20 17:51:26 +01:00
parent 3e2e38d54d
commit 6c12f3e327
2 changed files with 2 additions and 21 deletions

View File

@ -1,23 +1,4 @@
/** var $ = require('jquery');
* 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 has3d, var has3d,

View File

@ -1,6 +1,6 @@
{ {
"name": "turn.js", "name": "turn.js",
"version": "1.0.1", "version": "1.0.2",
"description": "Web page flipper", "description": "Web page flipper",
"main": "index.js", "main": "index.js",
"repository": "https://github.com/igghera/turn.js.git", "repository": "https://github.com/igghera/turn.js.git",