Skip to content

Conversation

@remarkablemark
Copy link
Owner

@remarkablemark remarkablemark commented Aug 23, 2016

Resolves #3

Continuous integration tool will run tests and linter and ensure code confidence.

Tasks:

  • Update package.json:
    • In devDependencies, specify wildcard for react and react-dom to allow latest versions to be installed (this ensures Travis runs tests with the latest version)
    • In peerDependencies, specify react version >=0.14 in order to stay consistent with React elements schema
  • Ignore .travis.yml in .npmignore

@remarkablemark remarkablemark added the feature New feature or request label Aug 23, 2016
@remarkablemark remarkablemark self-assigned this Aug 23, 2016
Continuous integration tool will run tests and linter and ensure
code confidence.

Also ignore `.travis.yml` in `.npmignore`.

https://travis-ci.org
This package only supports `react` greater than or equal to
v0.14 to stay consistent with React elements schema.

Include all versions of `react` and `react-dom` in devDependencies
to ensure that the latest is installed and tested by Travis CI.
@remarkablemark remarkablemark merged commit d66db4b into master Aug 23, 2016
@remarkablemark remarkablemark deleted the travis branch August 23, 2016 22:39
@remarkablemark remarkablemark removed the feature New feature or request label Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant