hyphenate-style-name
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "hyphenate-style-name", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Hyphenates a camelcased CSS property name", | ||
@@ -17,2 +17,6 @@ "main": "index.cjs.js", | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.cjs.js" | ||
], | ||
"repository": { | ||
@@ -35,10 +39,14 @@ "type": "git", | ||
"devDependencies": { | ||
"eslint": "^7.4.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-config-sanity": "^1.149.16", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.0.5", | ||
"rollup": "^2.21.0", | ||
"tape": "^5.0.1" | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/exec": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"conventional-changelog-conventionalcommits": "^7.0.2", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-config-sanity": "^7.1.2", | ||
"prettier": "^3.2.5", | ||
"rollup": "^4.17.2", | ||
"semantic-release": "^23.1.1", | ||
"tape": "^5.7.5" | ||
} | ||
} |
# hyphenate-style-name | ||
[![npm version](http://img.shields.io/npm/v/hyphenate-style-name.svg?style=flat-square)](https://www.npmjs.com/package/hyphenate-style-name)[![npm](https://img.shields.io/npm/dm/hyphenate-style-name.svg?style=flat-square)](https://www.npmjs.com/package/hyphenate-style-name)[![npm bundle size](https://img.shields.io/bundlephobia/minzip/hyphenate-style-name.svg?style=flat-square)](https://bundlephobia.com/result?p=hyphenate-style-name)[![Build Status](http://img.shields.io/travis/rexxars/hyphenate-style-name/master.svg?style=flat-square)](https://travis-ci.org/rexxars/hyphenate-style-name) | ||
[![npm version](http://img.shields.io/npm/v/hyphenate-style-name.svg?style=flat-square)](https://www.npmjs.com/package/hyphenate-style-name)[![npm](https://img.shields.io/npm/dm/hyphenate-style-name.svg?style=flat-square)](https://www.npmjs.com/package/hyphenate-style-name)[![npm bundle size](https://img.shields.io/bundlephobia/minzip/hyphenate-style-name.svg?style=flat-square)](https://bundlephobia.com/result?p=hyphenate-style-name) | ||
@@ -21,3 +21,3 @@ Hyphenates a camelcased CSS property name. For example: | ||
```js | ||
var hyphenateStyleName = require('hyphenate-style-name') | ||
import hyphenateStyleName from 'hyphenate-style-name' | ||
@@ -24,0 +24,0 @@ console.log(hyphenateStyleName('MozTransition')) // -moz-transition |
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
4821
11