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
node_modules
2
2
.idea
3
+ .sass-cache
4
+ bower_components
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lunar" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 0 .0.0-semantically-released " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " rollup -c && mocha test/bundle.test.js"
7
+ "test" : " rollup -c && mocha test/bundle.test.js" ,
8
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
8
9
},
9
10
"license" : " MIT" ,
10
11
"devDependencies" : {
26
27
"load-grunt-tasks" : " ^3.3.0" ,
27
28
"mocha" : " ^2.3.4" ,
28
29
"rollup" : " ^0.21.2" ,
29
- "rollup-plugin-babel" : " ^2.2.0"
30
+ "rollup-plugin-babel" : " ^2.2.0" ,
31
+ "semantic-release" : " ^4.3.5"
30
32
},
31
33
"config" : {
32
34
"ghooks" : {
You can’t perform that action at this time.
0 commit comments