Skip to content

Commit

Permalink
Merge pull request #53 from appirio-tech/react-components
Browse files Browse the repository at this point in the history
use react-components
  • Loading branch information
vietnogi committed Feb 2, 2016
2 parents fa4fb86 + 73e39e8 commit 060f7d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"appirio-tech-client-app-layer": "0.x.x",
"appirio-tech-ng-auth": "^4.1.1",
"appirio-tech-file-uploader": "0.x.x",
"appirio-tech-ng-optimist": "1.x.x",
"appirio-tech-ng-ui-components": "2.x.x"
"appirio-tech-ng-ui-components": "2.x.x",
"appirio-tech-react-components": "0.0.2"
}
}
2 changes: 1 addition & 1 deletion src/scripts/directives/file-uploader-directive.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

Provider = require '../provider'
FileUploaderContainer = require('appirio-tech-file-uploader').default
FileUploaderContainer = require('appirio-tech-react-components/components/FileUploader/FileUploaderContainer')

directive = (reactDirective) ->
reactDirective Provider(FileUploaderContainer)
Expand Down

0 comments on commit 060f7d3

Please sign in to comment.