Commit 9bfda72a by Torkel Ödegaard

tech: reverted to systemjs

parent 7aa753a2
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"phantomjs-prebuilt": "^2.1.15", "phantomjs-prebuilt": "^2.1.15",
"rxjs": "^5.4.3", "rxjs": "^5.4.3",
"sass-lint": "^1.10.2", "sass-lint": "^1.10.2",
"systemjs": "0.20.19" "systemjs": "0.19.41"
}, },
"scripts": { "scripts": {
"build": "./node_modules/grunt-cli/bin/grunt", "build": "./node_modules/grunt-cli/bin/grunt",
......
import {describe, it, expect} from 'test/lib/common'; import {describe, it, expect} from 'test/lib/common';
import queryDef from '../query_def'; import * as queryDef from '../query_def';
describe('ElasticQueryDef', function() { describe('ElasticQueryDef', function() {
......
...@@ -4448,9 +4448,11 @@ systemjs-builder@^0.16.10: ...@@ -4448,9 +4448,11 @@ systemjs-builder@^0.16.10:
traceur "0.0.105" traceur "0.0.105"
uglify-js "^2.6.1" uglify-js "^2.6.1"
systemjs@0.20.19: systemjs@0.19.41:
version "0.20.19" version "0.19.41"
resolved "https://registry.yarnpkg.com/systemjs/-/systemjs-0.20.19.tgz#c2b9e79c19f4bea53a19b1ed3f974ffb463be949" resolved "https://registry.yarnpkg.com/systemjs/-/systemjs-0.19.41.tgz#835d2c0f10bf403b551fedc875f84bb44a02c4eb"
dependencies:
when "^3.7.5"
systemjs@^0.19.46: systemjs@^0.19.46:
version "0.19.47" version "0.19.47"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment