Commit 396c38e 1 parent b04d8c6 commit 396c38e Copy full SHA for 396c38e
File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 8
8
}
9
9
],
10
10
"description" : " swagger.js is a javascript client for use with swaggering APIs." ,
11
- "version" : " 2.0.46 " ,
11
+ "version" : " 2.0.48 " ,
12
12
"homepage" : " http://swagger.io" ,
13
13
"repository" : {
14
14
"type" : " git" ,
15
15
"url" : " git://github.com/swagger-api/swagger-js.git"
16
16
},
17
17
"main" : " lib/swagger.js" ,
18
18
"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" ,
21
20
"test" : " mocha"
22
21
},
23
22
"engines" : {
31
30
"mocha" : " ^1.21.3" ,
32
31
"unit.js" : " 1.1.2" ,
33
32
"should" : " 4.4.2" ,
34
- "coffee-script " : " ~1.5.0 "
33
+ "uglify-js " : " 1.3.x "
35
34
},
36
35
"license" : " apache 2.0"
37
36
}
You can’t perform that action at this time.
0 commit comments