1.0.4 • Published 2 years ago

blaze-sdk-actions-beta3 v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

blaze-library

NPM JavaScript Style Guide

Install

npm install --save blaze-sdk-actions-beta3

Usage

import React, { Component } from 'react'

import MyComponent from 'blaze-sdk-actions-beta3'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

Publish a new version in NPM with CircleCI

To publish a new version in NPM you need:

  1. Increase the sdk version in the package.json file ("version" attribute) for example "1.6.7"
  2. Add the tag to a specific commit with the prefix "v." for example: "v.1.6.7" (CircleCI will automatically publish a new version in NPM)

License

MIT © blaze