@washingtonpost/tachyons-css
Advanced tools
Comparing version 0.2.7 to 1.0.0
{ | ||
"name": "@washingtonpost/tachyons-css", | ||
"version": "0.2.7", | ||
"description": "> TODO: description", | ||
"author": "artmsilva <artmsilva@gmail.com>", | ||
"homepage": "https://github.com/WPMedia/tachyons-css#readme", | ||
"license": "ISC", | ||
"version": "1.0.0", | ||
"main": "dist/index.css", | ||
@@ -18,14 +14,71 @@ "style": "dist/index.css", | ||
], | ||
"scripts": { | ||
"beta-publish": "make beta-publish", | ||
"beta-version": "make beta-version", | ||
"build": "make build", | ||
"clean": "make clean", | ||
"format": "prettier --check \"**/*.(js|css)\"", | ||
"semantic-release": "semantic-release" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/WPMedia/tachyons-css.git" | ||
"url": "https://github.com/WPMedia/site-components-tachyons-css.git" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"build": "make build" | ||
"author": "artmsilva <artmsilva@gmail.com>", | ||
"dependencies": { | ||
"@washingtonpost/color-tokens": "^0.2.0", | ||
"@washingtonpost/icon-tokens": "^0.5.0", | ||
"@washingtonpost/logo-tokens": "^1.8.0", | ||
"@washingtonpost/motion-tokens": "^0.2.0", | ||
"@washingtonpost/shadow-tokens": "^0.3.0", | ||
"@washingtonpost/spacing-tokens": "^0.2.0", | ||
"@washingtonpost/typography-tokens": "^0.5.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/WPMedia/tachyons-css/issues" | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^6.0.1", | ||
"cssnano": "^5.0.10", | ||
"cssnano-preset-advanced": "^5.1.6", | ||
"postcss": "^8.3.11", | ||
"postcss-cli": "^9.0.2", | ||
"postcss-combine-media-query": "^1.0.1", | ||
"postcss-import": "^14.0.2", | ||
"prettier": "^2.4.1", | ||
"semantic-release": "^18.0.1" | ||
}, | ||
"gitHead": "d33b64c8e4ac8c607318a180badb6f2ea4f7094e" | ||
"publishConfig": { | ||
"access": "restricted" | ||
}, | ||
"release": { | ||
"branches": [ | ||
"+([0-9])?(.{+([0-9]),x}).x", | ||
"main", | ||
"next", | ||
"next-major", | ||
{ | ||
"name": "beta", | ||
"prerelease": true | ||
}, | ||
{ | ||
"name": "alpha", | ||
"prerelease": true | ||
} | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
[ | ||
"@semantic-release/github", | ||
{ | ||
"assets": [ | ||
{ | ||
"path": "dist/index.css", | ||
"label": "dist/index.css" | ||
} | ||
] | ||
} | ||
] | ||
] | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
# CSS Framework | ||
# Site Components Tachyons CSS Framework | ||
WPDS offers a global CSS framework for rapid development with our design system standards in mind! Inspired by [tachyons](https://tachyons.io/) the framework is a utility class-based approach to writing minimal CSS. Check out the [storybook](https://site-components.now.washingtonpost.com) or the source code for sample usage. | ||
Site Components offers a global CSS framework for rapid development with our design system standards in mind! Inspired by [tachyons](https://tachyons.io/) the framework is a utility class-based approach to writing minimal CSS. Check out the [storybook](https://site-components.now.washingtonpost.com) or the source code for sample usage. | ||
@@ -10,3 +10,3 @@ ## Usage | ||
``` | ||
import "@washingtonpost/tachyons-css/index.css"; | ||
import "@washingtonpost/tachyons-css/dist/index.css"; | ||
``` | ||
@@ -23,6 +23,11 @@ | ||
1. Create a new branch from `main`. | ||
2. Make your changes. | ||
3. Submit your changes as a pull request or a fork. | ||
4. Ask for a review from a team mate and one person from the "@WPMedia/wpds-core" team. | ||
5. A core team member will merge your code. | ||
6. A core team member will help you create a release. | ||
1. Make your changes. | ||
1. Please use conventional commits for commit messages. https://www.conventionalcommits.org/en/v1.0.0/. We use this to create the correct version for our package. Thank you. | ||
1. Submit your changes as a pull request or a fork. | ||
1. Ask for a review from a team mate and one person from the "@WPMedia/wpds-core" team. | ||
1. A core team member will merge your code. | ||
1. A core team member will help you create a release. | ||
## Releasing to NPM Production/Latest Channel | ||
Push or merge your change into the "main" git branch. We have a Github actions workflow that takes care of releasing your code to NPM. |
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
528823
50
32
7
9
1
+ Added@washingtonpost/color-tokens@0.2.1(transitive)
+ Added@washingtonpost/icon-tokens@0.5.0(transitive)
+ Added@washingtonpost/logo-tokens@1.9.1(transitive)
+ Added@washingtonpost/motion-tokens@0.2.1(transitive)
+ Added@washingtonpost/shadow-tokens@0.3.1(transitive)
+ Added@washingtonpost/spacing-tokens@0.2.1(transitive)
+ Added@washingtonpost/typography-tokens@0.5.0(transitive)