Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
node-sass v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhu committed Dec 8, 2014
1 parent 316b3b9 commit 6086c35
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npm/plugin/compileSass/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
7 changes: 7 additions & 0 deletions .npm/plugin/compileSass/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This directory and the files immediately inside it are automatically generated
when you change this package's NPM dependencies. Commit the files in this
directory (npm-shrinkwrap.json, .gitignore, and this README) to source control
so that others run the same versions of sub-dependencies.

You should NOT check in the node_modules directory that Meteor automatically
creates; if you are using git, the .gitignore file tells git to ignore it.
179 changes: 179 additions & 0 deletions .npm/plugin/compileSass/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Package._transitional_registerBuildPlugin({
'plugin/compile-sass.js'
],
npmDependencies: {
'node-sass': '1.1.4',
'node-sass': '1.0.3',
'lodash': '2.4.1',
'minimist': '1.1.0'
}
Expand Down
2 changes: 1 addition & 1 deletion sass_options.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packageIncludePaths": {
"tests": [
"local-test:stevezhu:sass": [
"tests/partials/"
]
}
Expand Down

0 comments on commit 6086c35

Please sign in to comment.