Skip to content

Commit 5bcddec

Browse files
committed
Revert "publish new version with ref fixes"
This reverts commit a02e0de.
1 parent a02e0de commit 5bcddec

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meteorjs/cordova-android",
3-
"version": "12.0.2",
3+
"version": "12.0.1",
44
"description": "cordova-android release",
55
"types": "./types/index.d.ts",
66
"main": "lib/Api.js",

spec/e2e/e2e.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('E2E', function () {
5656
// Allow test project to find the `cordova-android` module
5757
fs.ensureSymlinkSync(
5858
path.join(__dirname, '../..'),
59-
path.join(tmpDir, 'node_modules/@meteorjs/cordova-android'),
59+
path.join(tmpDir, 'node_modules/cordova-android'),
6060
'junction'
6161
);
6262

templates/cordova/Api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
under the License.
1818
*/
1919

20-
module.exports = require('@meteorjs/cordova-android');
20+
module.exports = require('cordova-android');

0 commit comments

Comments
 (0)