1.0.8 • Published 8 years ago

tryagain v1.0.8

Weekly downloads
1
License
BSD
Repository
-
Last release
8 years ago

tryagain

Get the AMD module located at tryagain.js and include it in your project.

Here is a sample integration:

require.config({
  paths: {
    'react': 'vendor/bower_components/react/react',
    'Tryagain': 'tryagain'
  }
});

require(['react', 'Tryagain'], function(React, Tryagain) {

  React.render(React.createElement(Tryagain), document.getElementById('widget-container'));

});

Development

  • Development server npm start.
  • Continuously run tests on file changes npm run watch-test;
  • Run tests: npm test;
  • Build npm run build;
1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago