File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change
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
1
10
2
11
1.0.4 / 2015-06-30
3
12
==================
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ lint: node_modules
71
71
test-phantomjs : node_modules build.js
72
72
@$(DUOT ) phantomjs $(TESTS_DIR ) args: \
73
73
--ignore-ssl-errors=true --path node_modules/.bin/phantomjs
74
- .PHONY : test
74
+ .PHONY : test-phantomjs
75
75
76
76
# Test locally in the browser.
77
77
test-browser : node_modules build.js
@@ -89,5 +89,5 @@ test-sauce: node_modules build.js
89
89
.PHONY : test-sauce
90
90
91
91
# Test shortcut.
92
- test :
92
+ test : lint test-phantomjs
93
93
.PHONY : test
Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"main" : " lib/index.js" ,
8
8
"dependencies" : {
9
- "segmentio/facade" : " 1.x " ,
9
+ "segmentio/facade" : " ^2.2.2 " ,
10
10
"segmentio/alias" : " 0.2.1" ,
11
11
"segmentio/convert-dates" : " 0.1.0" ,
12
- "segmentio/analytics.js-integration" : " ^1.0 .0"
12
+ "segmentio/analytics.js-integration" : " ^1.1 .0"
13
13
},
14
14
"development" : {
15
- "segmentio/analytics.js-core" : " ^2.10 .0" ,
15
+ "segmentio/analytics.js-core" : " ^2.12 .0" ,
16
16
"segmentio/clear-env" : " 0.2.x" ,
17
- "segmentio/analytics.js-integration-tester" : " 1.4.x "
17
+ "segmentio/analytics.js-integration-tester" : " ^1.5.0 "
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments