Skip to content

Instantly share code, notes, and snippets.

@vvakame
Created May 16, 2014 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvakame/0efd77c3dc4114f023c9 to your computer and use it in GitHub Desktop.
Save vvakame/0efd77c3dc4114f023c9 to your computer and use it in GitHub Desktop.
power-assert 0.7.1 から 0.7.2 に更新して減った設定の量。新規に始める人が圧倒的に迷いにくくなった予感…!
diff --git a/bower.json b/bower.json
index 67c9fb4..09ed506 100644
--- a/bower.json
+++ b/bower.json
@@ -11,20 +11,18 @@
"tests"
],
"dependencies": {
- "es5-shim": "3.1.1",
+ "es5-shim": "3.3.0",
"angular": "1.2.16",
"angular-route": "1.2.16",
"angular-animate": "1.2.16",
"angular-sanitize": "1.2.16",
"angular-bindonce": "0.3.1",
"jquery-tokeninput": "1.7.0",
- "jquery": "2.1.0"
+ "jquery": "2.1.1"
},
"devDependencies": {
"mocha": "1.18.2",
- "power-assert": "0.7.1",
- "esprima": "1.2.1",
- "google-diff-match-patch-js": "1.0.0",
+ "power-assert": "0.7.2",
"angular-mocks": "1.2.16"
},
@@ -59,26 +57,8 @@
"es5-shim": {
"main-js": "es5-shim.js"
},
- "assert": {
- "test-js": "assert.js"
- },
- "empower": {
- "test-js": "lib/*.js"
- },
- "estraverse": {
- "test-js": "estraverse.js"
- },
- "power-assert-formatter": {
- "test-js": "lib/*.js"
- },
"power-assert": {
- "test-js": "lib/*.js"
- },
- "esprima": {
- "test-js": "*.js"
- },
- "google-diff-match-patch-js": {
- "test-js": "diff_match_patch_uncompressed.js"
+ "test-js": "build/*.js"
},
"angular-mocks": {
"test-js": "*.js"
diff --git a/karma.conf.js b/karma.conf.js
index 6021b19..4ffddc2 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -19,12 +19,6 @@ module.exports = function (config) {
'src/main/webapp/javascript/lib/angular-route.js',
'src/main/webapp/javascript/lib/angular-animate.js',
'src/test/typescript/lib/angular-mocks.js',
- 'src/test/typescript/lib/assert.js',
- 'src/test/typescript/lib/empower.js',
- 'src/test/typescript/lib/estraverse.js',
- 'src/test/typescript/lib/esprima.js',
- 'src/test/typescript/lib/diff_match_patch_uncompressed.js',
- 'src/test/typescript/lib/power-assert-formatter.js',
'src/test/typescript/lib/power-assert.js',
'src/test/typescript/testdata.js',
'src/test/typescript/espowered/test.js'
diff --git a/package.json b/package.json
index de6839c..7db307a 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,6 @@
"grunt-exec": "0.4.5",
"matchdep": "0.3.0",
"grunt-protractor-runner": "0.2.4",
- "power-assert": "0.7.1"
+ "power-assert": "0.7.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment