Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Bump node dep to 0.12
  • Loading branch information
ndhoule committed May 15, 2015
1 parent 14ddb00 commit ce8ba9b3d97b68a99a9b44efc0d3794b7e9af45b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
@@ -1,7 +1,7 @@
language: node_js
script: make test-sauce
node_js:
- '0.11.13'
- '0.12'
env:
global:
- secure: LoNu6uwsubuGa63PgPfXDlNSOdJ7PdPlk3hgadnAdYpskrDtg4op7uNREpf6ZYbJEKHmCMfgN7bqPEakw3Lnfw0f+HAteJmRdc2TJ6Ntq+ZF8H7hDdD7vWx6PUOK2VuDyNNRkWj1Imxm4ZF+TCgItdNFVjn8RifwVqsXIgCZPLs=
@@ -22,7 +22,7 @@ Looking to add support for a new integration? Take a look at the [analytics.js-i

If you're looking to work on integrations-specific logic, take a look at [`analytics.js-integrations`](https://github.com/segmentio/analytics.js-integrations).

To get started with development make sure you are running node `0.11`, clone the repository and then inside of it run:
To get started with development make sure you are running node `0.12`, clone the repository and then inside of it run:

$ make

@@ -10,16 +10,23 @@
"segment",
"segment.io"
],
"repository": "git://github.com/segmentio/analytics.js.git",
"repository": {
"url": "https://github.com/segmentio/analytics.js.git",
"type": "git"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.7.0"
},
"main": "analytics.js",
"scripts": {
"test": "make test"
},
"dependencies": {},
"devDependencies": {
"duo": "0.8",
"duo-test": "^0.4.0",
"phantomjs": "^1.9.16",
"uglify-js": ">= 1.3.4"
},
"scripts": {
"test": "make test"
}
}

0 comments on commit ce8ba9b

Please sign in to comment.