Skip to content

Commit

Permalink
feat(version):add version get api.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 9, 2017
1 parent d33921b commit fe3b6fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Expand Up @@ -34,4 +34,5 @@ export { default as Rate } from './rate/';
export { default as Radio } from './radio/';
export { default as Notification } from './notification/';
export { default as Carousel } from './carousel/';
export { default as Form } from './form/';
export { default as Form } from './form/';
export { default as version } from './version';
2 changes: 2 additions & 0 deletions src/version/index.js
@@ -0,0 +1,2 @@
import { version } from '../../package.json';
export default version;

0 comments on commit fe3b6fb

Please sign in to comment.