Skip to content

Commit

Permalink
Reset main module to js file
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarerero committed Jun 19, 2019
1 parent fc4c44d commit 96113d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Almost i18n, with standard translations for basic meteor packages.",
version: "2.5.1",
version: "2.5.2",
name: "softwarerero:accounts-t9n",
git: "https://github.com/softwarerero/meteor-accounts-t9n.git",
});
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "meteor-accounts-t9n",
"version": "2.5.1",
"version": "2.5.2",
"description": "Translations for Meteor projects, almost i18n",
"repository": "https://github.com/softwarerero/meteor-accounts-t9n",
"bugs": "https://github.com/softwarerero/meteor-accounts-t9n/issues",
"license": "MIT",
"authors": [
"El Softwarerero <el@softwarerero.com>"
],
"main1": "build/t9n.js",
"main": "t9n.coffee",
"main": "build/t9n.js",
"dependencies": {},
"scripts": {
"build": "coffee -c -o build/ *.coffee && coffee -c -o build/ t9n/*.coffee"
Expand Down
2 changes: 1 addition & 1 deletion smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Translations for the meteor account's error messages",
"homepage": "https://github.com/softwarerero/meteor-accounts-t9n",
"author": "Stefan Undorf <el@softwarerero.com>",
"version": "2.5.1",
"version": "2.5.2",
"git": "https://github.com/softwarerero/meteor-accounts-t9n.git",
"packages": {}
}

0 comments on commit 96113d9

Please sign in to comment.