es6-tween
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "es6-tween", | ||
"version": "0.1.08", | ||
"version": "0.1.09", | ||
"description": "ES6 implementation of amazing tween.js", | ||
@@ -12,5 +12,3 @@ "main": "dist/Tween.js", | ||
"source": "webpack --progress --colors --env dev", | ||
"dev": "webpack --progress --colors --watch --env dev", | ||
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js", | ||
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js" | ||
"dev": "webpack --progress --colors --watch --env dev" | ||
}, | ||
@@ -42,10 +40,8 @@ "repository": { | ||
"babel-plugin-add-module-exports": "0.1.2", | ||
"babel-plugin-transform-proto-to-assign": "latest", | ||
"babel-plugin-transform-es2015-classes": "latest", | ||
"babel-plugin-transform-react-jsx": "latest", | ||
"babel-plugin-transform-es2015-classes": "latest", | ||
"babel-plugin-transform-proto-to-assign": "latest", | ||
"babel-plugin-transform-react-jsx": "latest", | ||
"babel-preset-es2015": "6.22.0", | ||
"chai": "3.4.1", | ||
"eslint": "1.7.2", | ||
"eslint-loader": "1.6.1", | ||
"mocha": "2.3.4", | ||
"webpack": "2.2.1", | ||
@@ -52,0 +48,0 @@ "yargs": "6.6.0" |
@@ -49,3 +49,8 @@ # es6-tween | ||
#### Use `yarn` | ||
```bash | ||
yarn add es6-tween | ||
``` | ||
#### Use `npm` | ||
@@ -70,8 +75,8 @@ | ||
You will need to use a tool such as `browserify` to convert code using this style into something that can be run in the browser (browsers don't know about `require`). | ||
You can run script commands to build modules into single `UMD` compatible file: | ||
#### Use `bower` | ||
#### Use `Webpack + Babel Transpiler` | ||
```bash | ||
bower install es6-tween --save | ||
npm run build | ||
``` | ||
@@ -82,3 +87,3 @@ | ||
```html | ||
<script src="bower_components/es6-tween/src/Tween.js"></script> | ||
<script src="dist/Tween.min.js"></script> | ||
``` | ||
@@ -96,2 +101,3 @@ | ||
* Original source: <a href="https://github.com/tweenjs/tween.js">check out at here</a> | ||
* [User guide](./docs/user_guide.md) | ||
@@ -98,0 +104,0 @@ * [Tutorial](http://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
318405
13
166