@ampproject/animations
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@ampproject/animations", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "JavaScript animation functions and helpers.", | ||
"main": "dist/src/animations.js", | ||
"module": "dist/src/animations.mjs", | ||
"main": "dist/animations.js", | ||
"module": "dist/animations.mjs", | ||
"repository": { | ||
@@ -21,3 +21,2 @@ "type": "git", | ||
"create-global": "npm run tsickle && npm run compile", | ||
"demo": "npm run build && http-server | grep -m 1 'http:\\.*' | xargs -I{} opener {}/docs/demo", | ||
"dist": "npm run clean && npm run create-global && npm run create-mjs && npm run create-cjs && npm run build", | ||
@@ -35,3 +34,2 @@ "karma": "karma start --browsers Chrome,Firefox karma.conf.js", | ||
"google-closure-compiler": "^20181008.0.0", | ||
"http-server": "^0.11.1", | ||
"karma": "^3.0.0", | ||
@@ -45,3 +43,2 @@ "karma-chai": "^0.1.0", | ||
"mocha": "^5.2.0", | ||
"opener": "^1.5.1", | ||
"tsickle": "^0.33.0", | ||
@@ -48,0 +45,0 @@ "typescript": "git://github.com/mprobst/TypeScript.git#5456479a4a" |
@@ -33,9 +33,1 @@ # Animations | ||
``` | ||
### Demos | ||
To build, serve, and open a browser tab with the demos: | ||
```shell | ||
npm run demo | ||
``` |
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
14
175158
33