@tweenjs/tween.js
Advanced tools
Comparing version 18.4.2 to 18.5.0
define(function () { 'use strict'; | ||
const version = '18.4.2'; | ||
var version = '18.5.0'; | ||
@@ -5,0 +5,0 @@ /** |
'use strict'; | ||
const version = '18.4.2'; | ||
var version = '18.5.0'; | ||
@@ -5,0 +5,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
const version = '18.4.2'; | ||
var version = '18.5.0'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -7,3 +7,3 @@ (function (global, factory) { | ||
const version = '18.4.2'; | ||
var version = '18.5.0'; | ||
@@ -10,0 +10,0 @@ /** |
{ | ||
"name": "@tweenjs/tween.js", | ||
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.", | ||
"version": "18.4.2", | ||
"version": "18.5.0", | ||
"main": "dist/tween.cjs.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/tween.esm.js", |
@@ -6,5 +6,5 @@ const fs = require('fs'); | ||
if (error) process.exit(1); | ||
fs.write(fd, `export const version = '${version}'`, (error) => { | ||
fs.write(fd, `export var version = '${version}'`, (error) => { | ||
if (error) process.exit(1); | ||
}); | ||
}); |
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
110060