Skip to content

Commit 94fa92c

Browse files
committed
update dev package version and fix wrong host name
1 parent a3e9f0f commit 94fa92c

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

dictionary/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "pali-dictionary",
33
"version": "0.1.0",
4+
"private": true,
45
"description": "Pāḷi Dictionary Webapp",
56
"homepage": "https://github.com/siongui/pali",
67
"scripts": {
@@ -29,9 +30,9 @@
2930
"devDependencies": {
3031
"grunt": "~0.4.1",
3132
"grunt-contrib-concat": "~0.3.0",
32-
"grunt-contrib-uglify": "~0.2.1",
33-
"grunt-contrib-watch": "~0.4.3",
34-
"grunt-contrib-cssmin": "~0.6.1"
33+
"grunt-contrib-uglify": "~0.2.4",
34+
"grunt-contrib-watch": "~0.5.3",
35+
"grunt-contrib-cssmin": "~0.6.2"
3536
},
3637
"engines": {
3738
"node": ">= 0.8.0"

tipitaka/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "pali-tipitaka",
33
"version": "0.1.0",
4+
"private": true,
45
"description": "Pāḷi Tipiṭaka Webapp",
56
"homepage": "https://github.com/siongui/pali",
67
"scripts": {
@@ -30,9 +31,9 @@
3031
"devDependencies": {
3132
"grunt": "~0.4.1",
3233
"grunt-contrib-concat": "~0.3.0",
33-
"grunt-contrib-uglify": "~0.2.1",
34-
"grunt-contrib-watch": "~0.4.3",
35-
"grunt-contrib-cssmin": "~0.6.1"
34+
"grunt-contrib-uglify": "~0.2.4",
35+
"grunt-contrib-watch": "~0.5.3",
36+
"grunt-contrib-cssmin": "~0.6.2"
3637
},
3738
"engines": {
3839
"node": ">= 0.8.0"

tipitaka/serviceweb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def GET(self, word):
6565

6666
class robots:
6767
def GET(self):
68-
if web.ctx.host == 'http://epalitipitaka.appspot.com/':
68+
if web.ctx.host == 'epalitipitaka.appspot.com':
6969
return 'User-agent: *\nDisallow: /html/\n'
7070
return 'User-agent: *\nDisallow: /'
7171

0 commit comments

Comments
 (0)