Package json fix #112

Merged
ColinEberhardt merged 2 commits from package-json-fix into master 2015-08-17 13:26:41 -07:00
Showing only changes of commit 9b11d202c9 - Show all commits

View File

@@ -2,7 +2,7 @@
"name": "css-layout",
"version": "0.0.2",
"description": "Reimplementation of CSS layout using pure JavaScript",
"main": "src/main.js",
"main": "dist/css-layout.js",
"scripts": {
"test": "grunt ci"
},