File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-nlp-annotate" ,
3
- "version" : " 0.3.1" ,
4
- "homepage" : " https://waoai.github.io/react-nlp-annotate/" ,
3
+ "version" : " 0.3.4" ,
4
+ "homepage" : " https://universaldatatool.github.io/react-nlp-annotate/" ,
5
+ "main" : " ./dist/lib.js" ,
5
6
"dependencies" : {
6
7
"@material-ui/lab" : " ^4.0.0-alpha.56" ,
7
8
"color-alpha" : " ^1.0.4" ,
11
12
"use-event-callback" : " ^0.1.0"
12
13
},
13
14
"scripts" : {
14
- "build" : " rimraf dist && npm run build:babel && cp ./package.json ./dist/package.json " ,
15
+ "build" : " rimraf dist && npm run build:babel" ,
15
16
"build:babel" : " NODE_ENV=production babel ./src --out-dir=./dist" ,
16
17
"release" : " npm run build && cd dist && npm publish" ,
17
18
"storybook" : " start-storybook -p 9050 -s public" ,
Original file line number Diff line number Diff line change
1
+ import NLPAnnotator from "./components/NLPAnnotator"
2
+
3
+ export default NLPAnnotator
You can’t perform that action at this time.
0 commit comments