@scottish-government/designsystem-react 0.0.0 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93,4 +93,4 @@ jobs:
93
93
  - name: Publish npm package
94
94
  run: npm publish --access public
95
95
  env:
96
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
96
+ NODE_AUTH_TOKEN: ${{secrets.DS_REACT}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scottish-government/designsystem-react",
3
3
  "description": "A React/JSX implementation of the Scottish Government Design System",
4
- "version": "0.0.0",
4
+ "version": "0.0.2",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Scottish Government Digital Design System team",