Skip to content

Commit 396c38e

Browse files
committed
updated package
1 parent b04d8c6 commit 396c38e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@
88
}
99
],
1010
"description": "swagger.js is a javascript client for use with swaggering APIs.",
11-
"version": "2.0.46",
11+
"version": "2.0.48",
1212
"homepage": "http://swagger.io",
1313
"repository": {
1414
"type": "git",
1515
"url": "git://github.com/swagger-api/swagger-js.git"
1616
},
1717
"main": "lib/swagger.js",
1818
"scripts": {
19-
"build": "PATH=$PATH:./node_modules/.bin cake bake",
20-
"dev": "PATH=$PATH:./node_modules/.bin cake dev",
19+
"build": "uglifyjs lib/swagger.js -o lib/swagger.min.js",
2120
"test": "mocha"
2221
},
2322
"engines": {
@@ -31,7 +30,7 @@
3130
"mocha": "^1.21.3",
3231
"unit.js": "1.1.2",
3332
"should": "4.4.2",
34-
"coffee-script": "~1.5.0"
33+
"uglify-js": "1.3.x"
3534
},
3635
"license": "apache 2.0"
3736
}

0 commit comments

Comments
 (0)