Skip to content

Commit 1495275

Browse files
committed
Clean-up and added .npmignore to override .gitignore.
1 parent 9f5e1bd commit 1495275

File tree

5 files changed

+5
-84
lines changed

5 files changed

+5
-84
lines changed

.jshintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.jshintrc

Lines changed: 0 additions & 79 deletions
This file was deleted.

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Override .gitignore so `lib` will be published.

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
### master
2-
3-
Initial release.
1+
### v0.1.2 (10 August 2015)
2+
3+
Initial release.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Copyright 2015, Marnus Weststrate
33
* Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
44
*/
5-
module.exports = require('./lib/CSSTransitionReplace');
5+
module.exports = require('./lib/ReactCSSTransitionReplace');

0 commit comments

Comments
 (0)