fbjs-scripts

3.0.1 • Public • Published

fbjs-scripts

This is a collection of tools and scripts intended to be used in conjunction with fbjs. Previously these were shipped as a part of fbjs.

// before (fbjs@0.1.0)
var invariant = require('fbjs/lib/invariant');
var devExpression = require('fbjs/scripts/babel/dev-expression');

// after (fbjs, fbjs-scripts@0.2.0)
var invariant = require('fbjs/lib/invariant');
var devExpression = require('fbjs-scripts/babel/dev-expression');

Why?

This ensures that production code consuming fbjs library code does not need to install script dependencies, unless you explicitly use them via the fbjs-scripts package.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.116,545latest
0.6.0-alpha.33next

Version History

VersionDownloads (Last 7 Days)Published
3.0.116,545
3.0.03,849
2.0.047
1.2.060,050
1.1.0834
1.0.1810
1.0.04
0.8.39,408
0.8.226
0.8.1871
0.8.010
0.7.13,443
0.7.016
0.6.035
0.6.0-alpha.33
0.6.0-alpha.22
0.6.0-alpha.12
0.5.097
0.4.0639
0.3.08
0.2.24
0.2.12
0.2.02

Package Sidebar

Install

npm i fbjs-scripts

Weekly Downloads

96,707

Version

3.0.1

License

MIT

Unpacked Size

18.9 kB

Total Files

15

Last publish

Collaborators

  • zpao
  • rubennorte
  • fb
  • bigfootjon