Skip to content

Commit

Permalink
Update to fbjs@0.3
Browse files Browse the repository at this point in the history
As far as we're concerned, the only difference is that we moved some files from React to fbjs.
  • Loading branch information
zpao committed Oct 1, 2015
1 parent 4fa3ce4 commit 693dd35
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 152 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint": "^1.5.1",
"eslint-plugin-react": "^3.4.2",
"eslint-plugin-react-internal": "file:eslint-rules",
"fbjs": "^0.2.0",
"fbjs": "^0.3.1",
"fbjs-scripts": "^0.2.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"envify": "^3.0.0",
"fbjs": "^0.2.0"
"fbjs": "^0.3.1"
},
"browserify": {
"transform": [
Expand Down
50 changes: 0 additions & 50 deletions src/isomorphic/deprecated/__tests__/joinClasses-test.js

This file was deleted.

39 changes: 0 additions & 39 deletions src/isomorphic/deprecated/joinClasses.js

This file was deleted.

30 changes: 0 additions & 30 deletions src/shared/utils/__tests__/memoizeStringOnly-test.js

This file was deleted.

31 changes: 0 additions & 31 deletions src/shared/utils/memoizeStringOnly.js

This file was deleted.

0 comments on commit 693dd35

Please sign in to comment.