Skip to content

Commit

Permalink
v0.3.0 [TIMOB-24884] Updated npm deps to fix babili minification erro…
Browse files Browse the repository at this point in the history
…r. Note that xmldom was not upgraded due to a bug in xmldom. (#9)
  • Loading branch information
cb1kenobi authored and sgtcoolguy committed Jun 23, 2017
1 parent 47ad3e0 commit c97cdc6
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 257 deletions.
28 changes: 17 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,33 @@
"titanium",
"mobile"
],
"version": "0.2.6",
"version": "0.3.0",
"author": {
"name": "Appcelerator, Inc.",
"email": "info@appcelerator.com"
},
"maintainers": [
{"name": "Chris Barber", "email": "cbarber@appcelerator.com"},
{"name": "Chris Williams", "email": "cwilliams@appcelerator.com"}
{
"name": "Chris Barber",
"email": "cbarber@appcelerator.com"
},
{
"name": "Chris Williams",
"email": "cwilliams@appcelerator.com"
}
],
"license": "Apache Public License v2",
"main": "./lib/titanium",
"directories": {
"lib": "./lib"
},
"dependencies": {
"async": "^2.3.0",
"babylon": "^6.16.1",
"babel-core": "^6.24.1",
"babel-preset-babili": "^0.0.12",
"babel-traverse": "^6.23.1",
"babel-types": "^6.23.0",
"async": "^2.4.1",
"babel-core": "^6.25.0",
"babel-preset-babili": "^0.1.4",
"babel-traverse": "^6.25.0",
"babel-types": "^6.25.0",
"babylon": "^6.17.4",
"node-appc": "^0.2.43",
"stream-splitter": "~0.3.2",
"unorm": "^1.4.1",
Expand All @@ -35,8 +41,8 @@
},
"devDependencies": {
"mocha": "*",
"mocha-jenkins-reporter": "0.3.7",
"should": "~7.1.1"
"mocha-jenkins-reporter": "0.3.8",
"should": "~11.2.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c97cdc6

Please sign in to comment.