box-annotations
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -0,1 +1,8 @@ | ||
<a name="0.6.3"></a> | ||
## 0.6.3 (2017-12-09) | ||
* Fix: BoxAnnotations module export (#66) ([84fe12f](https://github.com/box/box-annotations/commit/84fe12f)) | ||
<a name="0.6.2"></a> | ||
@@ -2,0 +9,0 @@ ## 0.6.2 (2017-12-08) |
@@ -1,1 +0,4 @@ | ||
export { default as BoxAnnotations } from './src/BoxAnnotations.js'; | ||
import './lib/annotations.css'; | ||
import './lib/annotations.js'; | ||
export default BoxAnnotations; |
{ | ||
"name": "box-annotations", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Box Annotations", | ||
@@ -106,6 +106,5 @@ "author": "Box (https://www.box.com/)", | ||
"release": "yarn run clean && yarn run lint && yarn run test && yarn run prod", | ||
"publish": "./build/publish.sh", | ||
"minor": "./build/release.sh -n && yarn run publish", | ||
"major": "./build/release.sh -m && yarn run publish", | ||
"patch": "./build/release.sh -p && yarn run publish" | ||
"minor": "./build/release.sh -n && ./build/publish.sh", | ||
"major": "./build/release.sh -m && ./build/publish.sh", | ||
"patch": "./build/release.sh -p && ./build/publish.sh" | ||
}, | ||
@@ -112,0 +111,0 @@ "lint-staged": { |
[![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat-square)](http://opensource.box.com/badges/) | ||
[![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) | ||
[![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.org/box/box-annotations) | ||
[![version](https://img.shields.io/badge/version-v0.6.2-blue.svg?style=flat-square)](https://github.com/box/box-annotations) | ||
[![version](https://img.shields.io/badge/version-v0.6.3-blue.svg?style=flat-square)](https://github.com/box/box-annotations) | ||
[![npm version](https://img.shields.io/npm/v/box-ui-elements.svg?style=flat-square)](https://www.npmjs.com/package/box-ui-elements) | ||
@@ -32,4 +32,3 @@ | ||
```javascript | ||
import BoxAnnotations from 'box-annotations/lib/BoxAnnotations.js' | ||
import 'box-annotations/lib/Annotator.scss'; | ||
import BoxAnnotations from 'box-annotations'; | ||
@@ -205,4 +204,3 @@ const boxAnnotations = new BoxAnnotations(); | ||
```javascript | ||
import BoxAnnotations from 'box-annotations/lib/BoxAnnotations.js' | ||
import 'box-annotations/lib/Annotator.scss'; | ||
import BoxAnnotations from 'box-annotations'; | ||
@@ -209,0 +207,0 @@ const boxAnnotations = new BoxAnnotations(); |
Sorry, the diff of this file is too big to display
661708
11
23
548