⬆️ onigiruma@4.2.2

This commit is contained in:
Kevin Sawicki
2015-05-20 14:27:00 -07:00
committed by Thomas Johansen
parent 80837fc837
commit 5e3c0ca08e
2 changed files with 2 additions and 2 deletions

View File

@@ -263,5 +263,5 @@ module.exports = (grunt) ->
grunt.registerTask('ci', ciTasks)
defaultTasks = ['download-electron', 'download-electron-chromedriver', 'build', 'set-version', 'generate-asar']
defaultTasks.push 'install' unless process.platform is 'linux'
# defaultTasks.push 'install' unless process.platform is 'linux'
grunt.registerTask('default', defaultTasks)

View File

@@ -39,8 +39,8 @@
"mixto": "^1",
"normalize-package-data": "^2.0.0",
"nslog": "^2.0.0",
"oniguruma": "^4.1",
"pathwatcher": "^4.4.3",
"oniguruma": "^4.2.2",
"property-accessors": "^1.1.3",
"q": "^1.1.2",
"random-words": "0.0.1",