We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7118e7 commit 075802cCopy full SHA for 075802c
.circleci/config.yml
@@ -30,7 +30,7 @@ jobs:
30
- attach_workspace:
31
at: .
32
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
33
- - run: npm publish
+ - run: npm publish --tag=qa-accessibility
34
35
workflows:
36
version: 2
package.json
@@ -32,7 +32,7 @@
"lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss",
"test": "npm run lint && npm run jest"
},
- "version": "0.5.10",
+ "version": "1.0.0",
"dependencies": {
37
"prop-types": "^15.6.2",
38
"react": "^16.4.1",
0 commit comments