Skip to content

Commit df91cac

Browse files
committed
Merge pull request #2 from segment-integrations/chore/maintenance
Update analytics.js core dependencies, fix `make test` target
2 parents 2850188 + dfd34c9 commit df91cac

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.0.9 / 2016-05-07
2+
==================
3+
4+
* Fix incorrect `component.json` version
5+
6+
1.0.8 / 2016-05-07
7+
==================
8+
9+
* Bump Analytics.js core, tester, integration to use Facade 2.x
110

211
1.0.4 / 2015-06-30
312
==================

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ lint: node_modules
7171
test-phantomjs: node_modules build.js
7272
@$(DUOT) phantomjs $(TESTS_DIR) args: \
7373
--ignore-ssl-errors=true --path node_modules/.bin/phantomjs
74-
.PHONY: test
74+
.PHONY: test-phantomjs
7575

7676
# Test locally in the browser.
7777
test-browser: node_modules build.js
@@ -89,5 +89,5 @@ test-sauce: node_modules build.js
8989
.PHONY: test-sauce
9090

9191
# Test shortcut.
92-
test:
92+
test: lint test-phantomjs
9393
.PHONY: test

component.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"license": "MIT",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"segmentio/facade": "1.x",
9+
"segmentio/facade": "^2.2.2",
1010
"segmentio/alias": "0.2.1",
1111
"segmentio/convert-dates": "0.1.0",
12-
"segmentio/analytics.js-integration": "^1.0.0"
12+
"segmentio/analytics.js-integration": "^1.1.0"
1313
},
1414
"development": {
15-
"segmentio/analytics.js-core": "^2.10.0",
15+
"segmentio/analytics.js-core": "^2.12.0",
1616
"segmentio/clear-env": "0.2.x",
17-
"segmentio/analytics.js-integration-tester": "1.4.x"
17+
"segmentio/analytics.js-integration-tester": "^1.5.0"
1818
}
1919
}

0 commit comments

Comments
 (0)