Rework javascript api to match README

This commit is contained in:
Jimmy Miller
2015-02-07 00:01:35 -05:00
parent ce81ef793a
commit 8fe8c15e6d
6 changed files with 138 additions and 54 deletions

View File

@@ -2,7 +2,7 @@
"name": "css-layout",
"version": "0.0.1",
"description": "Reimplementation of CSS layout using pure JavaScript",
"main": "src/Layout.js",
"main": "src/main.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start ./karma.conf.js --single-run"
},