Skip to content

Commit

Permalink
Fix cjs main script, move jquery to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danro committed Dec 16, 2016
1 parent 2e8209b commit 4a99dd6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "tram",
"main": "dist/tram.js",
"main": "dist/tram-cjs.js",
"description": "Cross-browser CSS3 transitions in JavaScript",
"version": "0.8.2",
"version": "0.8.3",
"homepage": "https://github.com/bkwld/tram",
"author": "Dan Rogers <dan@danro.net>",
"license": "MIT",
Expand All @@ -18,6 +18,9 @@
"type": "git",
"url": "https://github.com/bkwld/tram.git"
},
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"pjs": "*",
"sink-test": "*",
Expand All @@ -26,7 +29,6 @@
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-watch": "~0.3.1",
"grunt-markdown": "~0.2.0",
"jquery": "~1.11.0"
"grunt-markdown": "~0.2.0"
}
}

0 comments on commit 4a99dd6

Please sign in to comment.