Skip to content

Commit

Permalink
Merge pull request #1 from user01/migration
Browse files Browse the repository at this point in the history
Migration
  • Loading branch information
user01 committed Oct 26, 2016
2 parents fedde6b + 8d8102f commit 3d69c3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "6"
script: "npm run-script coverage"
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spatial",
"name": "spatial-vector",
"version": "0.4.0",
"description": "An Immutable Vector Math Library. Clarity and brevity over speed.",
"description": "Typescript enabled, Immutable Vector Math Library",
"main": "build/main.js",
"typings": "build/main.d.ts",
"files": [
Expand All @@ -23,14 +23,15 @@
},
"repository": {
"type": "git",
"url": "git@gitlab.com:root77/spatial.git"
"url": "git@github.com:user01/spatial.git"
},
"author": "Codex10 <dev@codex10.com>",
"license": "MIT",
"dependencies": {
"moment": "2.15.2"
},
"devDependencies": {
"coveralls": "^2.11.14",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"rimraf": "^2.5.2",
Expand Down

0 comments on commit 3d69c3f

Please sign in to comment.