@tweenjs/tween.js
Advanced tools
Comparing version 0.0.0-development to 16.6.0
{ | ||
"name": "@tweenjs/tween.js", | ||
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.", | ||
"version": "0.0.0-development", | ||
"version": "16.6.0", | ||
"main": "src/Tween.js", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/tweenjs/tween.js", |
@@ -49,3 +49,3 @@ # tween.js | ||
```bash | ||
npm install tween.js | ||
npm install @tweenjs/tween.js | ||
``` | ||
@@ -56,3 +56,3 @@ | ||
```javascript | ||
var TWEEN = require('tween.js'); | ||
var TWEEN = require('@tweenjs/tween.js'); | ||
``` | ||
@@ -72,3 +72,3 @@ | ||
```bash | ||
bower install tweenjs --save | ||
bower install @tweenjs/tweenjs --save | ||
``` | ||
@@ -79,3 +79,3 @@ | ||
```bash | ||
bower install tweenjs#v16.3.0 | ||
bower install @tweenjs/tweenjs#v16.3.0 | ||
``` | ||
@@ -86,3 +86,3 @@ | ||
```html | ||
<script src="bower_components/tweenjs/src/Tween.js"></script> | ||
<script src="bower_components/@tweenjs/tweenjs/src/Tween.js"></script> | ||
``` | ||
@@ -257,3 +257,3 @@ | ||
If you want to add any feature or change existing features, you *must* run the tests to make sure you didn't break anything else. If you send a PR to add something new and it doesn't have tests, or the tests don't pass, the PR won't be accepted. See [contributing](CONTRIBUTING.md) for more information. | ||
If you want to add any feature or change existing features, you *must* run the tests to make sure you didn't break anything else. If you send a pull request (PR) to add something new and it doesn't have tests, or the tests don't pass, the PR won't be accepted. See [contributing](CONTRIBUTING.md) for more information. | ||
@@ -280,5 +280,5 @@ ## People | ||
[npm-image]: https://img.shields.io/npm/v/tween.js.svg | ||
[npm-url]: https://npmjs.org/package/tween.js | ||
[downloads-image]: https://img.shields.io/npm/dm/tween.js.svg | ||
[downloads-url]: https://npmjs.org/package/tween.js | ||
[npm-url]: https://npmjs.org/package/@tweenjs/tween.js | ||
[downloads-image]: https://img.shields.io/npm/dm/@tweenjs/tween.js.svg | ||
[downloads-url]: https://npmjs.org/package/@tweenjs/tween.js | ||
[travis-image]: https://travis-ci.org/tweenjs/tween.js.svg?branch=master | ||
@@ -285,0 +285,0 @@ [travis-url]: https://travis-ci.org/tweenjs/tween.js |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
28536
0