@ribajs/core
Advanced tools
Comparing version 0.16.0 to 0.16.1
import $ from 'jquery'; | ||
/** | ||
* JQuery Extension for mobile events: https://github.com/benmajor/jQuery-Touch-Events | ||
*/ | ||
import touchEvents from 'jquery-touch-events'; | ||
// tslint:disable-next-line:variable-name | ||
const JQuery = $; | ||
const JQuery = touchEvents($); | ||
export default JQuery; | ||
export { JQuery }; |
{ | ||
"name": "@ribajs/core", | ||
"description": "Core module of Ribajs", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"author": "Pascal Garber <pascal@jumplink.eu>", | ||
@@ -12,7 +12,7 @@ "private": false, | ||
"url": "https://github.com/ribajs/riba", | ||
"main": "lib/index.js", | ||
"main": "src/index.ts", | ||
"_main": "lib/index.js", | ||
"jsnext:main": "lib/index.js", | ||
"module": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"browser": "dist/riba-core.min.js", | ||
"source": "src/index.ts", | ||
@@ -19,0 +19,0 @@ "license": "MIT", |
@@ -13,3 +13,2 @@ /** | ||
import { FakeHTMLElement } from './fake-html-element'; | ||
import JQuery from 'jquery'; | ||
@@ -16,0 +15,0 @@ export type TemplateFunction = () => string | null; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2521244
32165
99
1
2
1
12