File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 117
117
" parameter" ,
118
118
" passthrough" ,
119
119
" philipp" ,
120
+ " postversion" ,
120
121
" precedingly" ,
122
+ " preversion" ,
121
123
" pugconfig" ,
122
124
" pvrtc" ,
123
125
" quaternion" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ npm install --save-dev webgl-operate
23
23
```
24
24
25
25
```
26
- <script src="https://cdn.jsdelivr.net/npm/webgl-operate@0.3 /dist/webgl-operate.min.js"></script>
26
+ <script src="https://cdn.jsdelivr.net/npm/webgl-operate@latest /dist/webgl-operate.min.js"></script>
27
27
```
28
28
29
29
## Features
Original file line number Diff line number Diff line change 79
79
"test-watch" : " mocha --watch" ,
80
80
"coverage" : " nyc report --reporter=text-lcov | coveralls" ,
81
81
"doc" : " typedoc source/webgl-operate.ts" ,
82
- "ci" : " run-s build-dist build-lib lint test-nyc" ,
82
+ "ci" : " run-p build-dist build-lib lint test-nyc" ,
83
83
"analyze" : " cross-env ANALYZE=true webpack-cli --mode production --config webpack.config.js" ,
84
- "prepack" : " npm install && run-p build-dist build-lib"
84
+ "postversion" : " git push && git push --tags" ,
85
+ "prepack" : " npm run preversion" ,
86
+ "preversion" : " npm install && npm run ci"
85
87
},
86
88
"keywords" : [
87
89
" webgl" ,
You can’t perform that action at this time.
0 commit comments