Socket
Socket
Sign inDemoInstall

@sveltekit/ui

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @sveltekit/ui

Svelte UI Library


Version published
Weekly downloads
14
decreased by-36.36%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

1.0.1 (11/11/2019)

  • Github package registry and npm name changes

Readme

Source

sveltekit ui lib

Dev Dependencies

  • node: stable
  • yarn: stable

Setup

$  yarn

Dev

To work locally on the components you'll need to yarn link the project to itself

$  yarn link
$  yarn link @sveltekit/ui
$  yarn dev

Tests

Single run

$  yarn test

Run tests in browser (make sure you also have yarn dev running in another console)

$  yarn test:browser

Releases

Once all changes/PRs required for release have been merge to develop then create a PR for develop to be merged into master.

Complete the PR, which will merge all develop changes into master.

Checkout master and pull down from origin to retrieve latest changes.

Update CHANGELOG and commit change (don't push).

Run npm version <update_type> https://docs.npmjs.com/about-semantic-versioning Then npm publish

Finally, checkout develop and merge in changes from master ie. git merge master

Keywords

FAQs

Last updated on 11 Nov 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc