@entria/responsiveness
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@entria/responsiveness", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Responsive style tools for ReactJS", | ||
@@ -64,6 +64,6 @@ "keywords": [ | ||
"prerelease": "npm run check && npm run build", | ||
"release:patch": "npm run prerelease && npm version patch && git push --follow-tags && npm publish", | ||
"release:minor": "npm run prerelease && npm version minor && git push --follow-tags && npm publish", | ||
"release:major": "npm run prerelease && npm version major && git push --follow-tags && npm publish" | ||
"release:patch": "npm run prerelease && npm version patch && git push --follow-tags && npm publish --access public", | ||
"release:minor": "npm run prerelease && npm version minor && git push --follow-tags && npm publish --access public", | ||
"release:major": "npm run prerelease && npm version major && git push --follow-tags && npm publish --access public" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # Responsiveness | ||
`npm install responsiveness --save` or `yarn add responsiveness` | ||
`npm install @entria/responsiveness --save` or `yarn add @entria/responsiveness` | ||
@@ -17,3 +17,3 @@ # Usage | ||
import React from 'react'; | ||
import { Grid } from 'responsiveness'; | ||
import { Grid } from '@entria/responsiveness'; | ||
@@ -37,2 +37,2 @@ const Example = () => ( | ||
- **medium**: size of the column on medium devices (default: 12) | ||
- **small**: size of the column on small devices (default: 12) | ||
- **small**: size of the column on small devices (default: 12) |
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
215694
36