react-mapbox-gl

v0.19.1
A React binding of mapbox-gl-js
mapbox react map webgl mapbox-gl react-component

clean

rm -rf dist

lint

eslint src --ignore-pattern __tests__

test

jest

build:commonjs

BABEL_ENV=commonjssimple babel src --out-dir lib

build:watch

BABEL_ENV=commonjssimple babel src --watch --out-dir lib

build:es

babel src --out-dir es

build

npm run lint && npm run test && npm run build:commonjs && npm run build:es

prepublish

npm run clean && npm run build

version

npm run build

postversion

git push && git push --tags

Metadata

  • MIT
  • Whatever
  • Alexandre Rieux
  • released 12/13/2016

Downloads