Skip to content

Commit

Permalink
switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhart committed May 11, 2023
1 parent 3668d3e commit e07b237
Show file tree
Hide file tree
Showing 8 changed files with 2,188 additions and 794 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
Ensure you're using **Node v16** and run:

```bash
yarn install
npm install
```

### Adding Icons

1. Create a feature branch from `master`
2. Pull in any new SVG files into the `dictionary/assets` folder
3. In `/dictionary/properties`, locate the `yaml` config of choice and add new names/values in accordance with file structure
4. Run `yarn build`. If the build succeeds, you should see your changes in the `/dist` folder.
4. Run `npm run build`. If the build succeeds, you should see your changes in the `/dist` folder.
5. Bump the version # accordingly to align with [semantic versioning](https://semver.org/)
6. Open a PR against `master`

Expand All @@ -44,7 +44,7 @@ Everything you'll need exists in Hook's `/dist` folder. Style variables are avai
Set your npm config to the [JW Player NPM registry](https://npm-registry.longtailvideo.com/-/web/detail/@design/jw-design-library) and run:

```bash
yarn add @design/jw-design-library
npm install @design/jw-design-library
```

### Colors
Expand Down
2 changes: 1 addition & 1 deletion dist/icon/dashboard/chromecast.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/icon/dashboard/order.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dist/sprites/sprites-dashboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e07b237

Please sign in to comment.