Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
move browserify transforms out of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsedlacek committed Feb 9, 2015
1 parent 662371d commit 228d963
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 48 deletions.
24 changes: 0 additions & 24 deletions autoprefixer.js

This file was deleted.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
],
"dependencies": {
"autoprefixer-core": "^4.0.1",
"browserify-autoprefixer": "git://github.com/jsedlacek/browserify-autoprefixer",
"browserify-sass": "git://github.com/jsedlacek/browserify-sass",
"bulk-require": "^0.2.1",
"bulkify": "^1.0.2",
"component-bind": "^1.0.0",
Expand All @@ -39,8 +41,8 @@
},
"browserify": {
"transform": [
"./sass",
"./autoprefixer",
"browserify-sass",
"browserify-autoprefixer",
"partialify",
"bulkify"
]
Expand Down
22 changes: 0 additions & 22 deletions sass.js

This file was deleted.

0 comments on commit 228d963

Please sign in to comment.