File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-lite-ui" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 0 .0.0-development " ,
4
4
"description" : " A set of React UI components" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
11
11
"lint" : " eslint ./ --ext .jsx --ext .js && echo \" eslint: no lint errors!\" " ,
12
12
"lint:fix" : " eslint ./ --ext .jsx --ext .js --fix && echo \" eslint: all errors fixed!\" " ,
13
13
"test" : " nyc mocha --require @babel/register --require jsdom-global/register --require test/testSetup.js --require test/ignoreStyles.js 'lib/**/*.test.js'" ,
14
- "coverage" : " nyc report --reporter=text-lcov > coverage.lcov && codecov"
14
+ "coverage" : " nyc report --reporter=text-lcov > coverage.lcov && codecov" ,
15
+ "semantic-release" : " semantic-release"
15
16
},
16
17
"nyc" : {
17
18
"check-coverage" : true ,
88
89
"webpack-cli" : " ^3.1.2" ,
89
90
"webpack-dev-server" : " ^3.1.13" ,
90
91
"webpack-merge" : " ^4.1.2" ,
91
- "webpack-visualizer-plugin" : " ^0.1.11"
92
+ "webpack-visualizer-plugin" : " ^0.1.11" ,
93
+ "semantic-release" : " ^15.13.1"
92
94
},
93
95
"dependencies" : {
94
96
"classnames" : " ^2.2.6" ,
You can’t perform that action at this time.
0 commit comments