Skip to content

Commit ecb0952

Browse files
committed
1.2.10
1 parent 54623b5 commit ecb0952

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-hotspot",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"description": "Cordova WiFi Hotspot Plugin",
55
"cordova": {
66
"id": "cordova-plugin-hotspot",
@@ -28,7 +28,6 @@
2828
"test:unit": "cd test/android && ./gradlew clean build",
2929
"test:plugin": "cd tmp/cordova-app-hello-world && cordova plugin add ../..",
3030
"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",
3231
"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",
3332
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
3433
"changelog:add": "git add plugin.xml && git add CHANGELOG.md && git commit -m 'chore(changelog): Updated CHANGELOG.md'",

0 commit comments

Comments
 (0)