Skip to content

Commit 96113d9

Browse files
committed
Reset main module to js file
1 parent fc4c44d commit 96113d9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Almost i18n, with standard translations for basic meteor packages.",
3-
version: "2.5.1",
3+
version: "2.5.2",
44
name: "softwarerero:accounts-t9n",
55
git: "https://github.com/softwarerero/meteor-accounts-t9n.git",
66
});

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "meteor-accounts-t9n",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Translations for Meteor projects, almost i18n",
55
"repository": "https://github.com/softwarerero/meteor-accounts-t9n",
66
"bugs": "https://github.com/softwarerero/meteor-accounts-t9n/issues",
77
"license": "MIT",
88
"authors": [
99
"El Softwarerero <[email protected]>"
1010
],
11-
"main1": "build/t9n.js",
12-
"main": "t9n.coffee",
11+
"main": "build/t9n.js",
1312
"dependencies": {},
1413
"scripts": {
1514
"build": "coffee -c -o build/ *.coffee && coffee -c -o build/ t9n/*.coffee"

smart.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Translations for the meteor account's error messages",
44
"homepage": "https://github.com/softwarerero/meteor-accounts-t9n",
55
"author": "Stefan Undorf <[email protected]>",
6-
"version": "2.5.1",
6+
"version": "2.5.2",
77
"git": "https://github.com/softwarerero/meteor-accounts-t9n.git",
88
"packages": {}
99
}

0 commit comments

Comments
 (0)