File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-hotspot" ,
3
- "version" : " 1.2.9 " ,
3
+ "version" : " 1.2.10 " ,
4
4
"description" : " Cordova WiFi Hotspot Plugin" ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-hotspot" ,
28
28
"test:unit" : " cd test/android && ./gradlew clean build" ,
29
29
"test:plugin" : " cd tmp/cordova-app-hello-world && cordova plugin add ../.." ,
30
30
"posttest" : " jsdoc -c jsdoc.json && jsdoc2md www/HotSpotPlugin.js | sed s/hotSpotPlugin/cordova.plugins.hotspot/g | sed s/HotSpotPlugin/cordova.plugins.hotspot/g > PLUGIN_USAGE.MD" ,
31
- "posttest" : " jsdoc -c jsdoc.json && jsdoc2md www/HotSpotPlugin.js | sed s/hotSpotPlugin/cordova.plugins.hotspot/g | sed s/HotSpotPlugin/cordova.plugins.hotspot/g > PLUGIN_USAGE.MD" ,
32
31
"jsdoc" : " jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md ./src && jsdoc2md www/HotSpotPlugin.js | sed s/hotSpotPlugin/cordova.plugins.hotspot/g | sed s/HotSpotPlugin/cordova.plugins.hotspot/g > PLUGIN_USAGE.MD" ,
33
32
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s -r 0" ,
34
33
"changelog:add" : " git add plugin.xml && git add CHANGELOG.md && git commit -m 'chore(changelog): Updated CHANGELOG.md'" ,
You can’t perform that action at this time.
0 commit comments