spiral-matrix
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "spiral-matrix", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Generate a spiral matrix.", | ||
"main": "index.js", | ||
"main": "./dist/spiral-matrix.js", | ||
"scripts": { | ||
"test": "node test" | ||
"test": "node ./dist/test", | ||
"build": "babel ./src/test.js --out-file ./dist/test.js --presets es2015; babel ./src/spiral-matrix.js --out-file ./dist/spiral-matrix.js --presets es2015", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -24,3 +26,8 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/HyunSeob/spiral-matrix#readme" | ||
"homepage": "https://github.com/HyunSeob/spiral-matrix#readme", | ||
"devDependencies": { | ||
"babel-cli": "^6.8.0", | ||
"babel-preset-es2015": "^6.6.0", | ||
"core-assert": "^0.2.0" | ||
} | ||
} |
@@ -1,2 +0,5 @@ | ||
# spiral-matrix | ||
# spiral-matrix | ||
[![Build Status](https://travis-ci.org/HyunSeob/spiral-matrix.svg?branch=master)](https://travis-ci.org/HyunSeob/spiral-matrix) [![npm](https://img.shields.io/npm/v/spiral-matrix.svg)](https://npmjs.org/package/spiral-matrix) [![Downloads](https://img.shields.io/npm/dm/spiral-matrix.svg)](https://npmjs.org/package/spiral-matrix) [![Dependencies](https://img.shields.io/david/hyunseob/spiral-matrix.svg)](https://david-dm.org/hyunseob/spiral-matrix) [![LICENSE](https://img.shields.io/npm/l/spiral-matrix.svg)](LICENSE) | ||
Generate a spiral matrix. | ||
@@ -3,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
5826
47
3
64