circletype
Advanced tools
Comparing version 2.0.11 to 2.1.0
/*! | ||
* circletype 2.0.11 | ||
* circletype 2.1.0 | ||
* A JavaScript library that lets you curve type on the web. | ||
@@ -4,0 +4,0 @@ * Copyright © 2014-2017 Peter Hrynkow |
{ | ||
"name": "circletype", | ||
"version": "2.0.11", | ||
"version": "2.1.0", | ||
"description": "A JavaScript library that lets you curve type on the web.", | ||
@@ -11,4 +11,8 @@ "main": "dist/circletype.min.js", | ||
"scripts": { | ||
"test": "jest src --notify && node ./scripts/backstop.js", | ||
"backstop": "backstop test", | ||
"dev": "webpack-dev-server --open", | ||
"start": "eslint src && npm t && npm run docs && webpack -p", | ||
"test": "jest src --notify && docker run -w /usr/data -v \"$PWD\":/usr/data tenjaa/java-chrome-nodejs npm run backstop-test", | ||
"reference": "docker run -w /usr/data -v \"$PWD\":/usr/data tenjaa/java-chrome-nodejs npm run backstop-reference", | ||
"backstop-test": "backstop test", | ||
"backstop-reference": "backstop reference", | ||
"docs": "jsdoc2md --template README.hbs --files src/class.js > README.md" | ||
@@ -39,4 +43,5 @@ }, | ||
"jsdoc-to-markdown": "3.0.0", | ||
"webpack": "3.5.6" | ||
"webpack": "3.5.6", | ||
"webpack-dev-server": "2.9.4" | ||
} | ||
} |
@@ -22,3 +22,3 @@ # CircleType | ||
Load ES6 module: | ||
Load ES module: | ||
```js | ||
@@ -163,1 +163,11 @@ import CircleType from `circletype`; | ||
``` | ||
## Development Commands | ||
| Command | Description | | ||
|:------------------------|:----------------------------------| | ||
| `npm run dev` | Start dev server | | ||
| `npm start` | Build for release | | ||
| `npm test` | Run unit and screenshot tests | | ||
| `npm run docs` | Generate documentation | | ||
| `npm run reference` | Generate reference screenshots | |
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
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
13346
172
13