space-separated-tokens
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "space-separated-tokens", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Parse and stringify space-separated tokens", | ||
@@ -28,9 +28,9 @@ "license": "MIT", | ||
"devDependencies": { | ||
"browserify": "^13.0.0", | ||
"browserify": "^14.1.0", | ||
"esmangle": "^1.0.1", | ||
"nyc": "^10.0.0", | ||
"remark-cli": "^2.1.0", | ||
"remark-preset-wooorm": "^1.0.0", | ||
"nyc": "^11.0.0", | ||
"remark-cli": "^3.0.0", | ||
"remark-preset-wooorm": "^3.0.0", | ||
"tape": "^4.4.0", | ||
"xo": "^0.17.1" | ||
"xo": "^0.18.0" | ||
}, | ||
@@ -49,2 +49,3 @@ "scripts": { | ||
"space": true, | ||
"esnext": false, | ||
"ignore": [ | ||
@@ -61,4 +62,4 @@ "space-separated-tokens.js" | ||
"remarkConfig": { | ||
"presets": "wooorm" | ||
"plugins": ["preset-wooorm"] | ||
} | ||
} |
@@ -52,2 +52,11 @@ # space-separated-tokens [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page] | ||
## Related | ||
* [`collapse-white-space`](https://github.com/wooorm/collapse-white-space) | ||
— Replace multiple white-space characters with a single space | ||
* [`property-information`](https://github.com/wooorm/property-information) | ||
— Information on HTML properties | ||
* [`comma-separated-tokens`](https://github.com/wooorm/comma-separated-tokens) | ||
— Parse/stringify comma-separated tokens | ||
## License | ||
@@ -54,0 +63,0 @@ |
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
5099
82