Comparing version 0.9.2 to 0.9.3
{ | ||
"name": "mathsass", | ||
"version": "0.9.2", | ||
"title": "MathSass", | ||
"version": "0.9.3", | ||
"description": "A Sass implementation of mathematical functions.", | ||
@@ -10,3 +11,3 @@ "keywords": [ | ||
], | ||
"homepage": "https://github.com/tctcl/bootcamp", | ||
"homepage": "https://github.com/terkel/mathsass", | ||
"bugs": "https://github.com/terkel/mathsass/issues", | ||
@@ -16,3 +17,3 @@ "author": { | ||
"email": "terkeljp@gmail.com", | ||
"url": "(https://github.com/terkel)" | ||
"url": "https://github.com/terkel" | ||
}, | ||
@@ -24,5 +25,9 @@ "contributors": [ | ||
"url": "https://github.com/thejameskyle" | ||
}, | ||
{ | ||
"name": "Pascal Duez", | ||
"url": "http://pascalduez.me/" | ||
} | ||
], | ||
"main": "dist/math.scss", | ||
"main": "dist/MathSass.scss", | ||
"repository": { | ||
@@ -36,12 +41,11 @@ "type": "git", | ||
"files": [ | ||
"dist/", | ||
"tasks/" | ||
"dist/" | ||
], | ||
"bin": {}, | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-sass": "~0.5.0", | ||
"grunt-contrib-watch": "~0.5.3", | ||
"grunt-init": "~0.2.1", | ||
"bootcamp": "~0.0.5" | ||
"grunt": "~0.4.5", | ||
"grunt-contrib-sass": "~0.7.3", | ||
"grunt-contrib-watch": "~0.6.1", | ||
"grunt-init": "~0.3.2", | ||
"bootcamp": "~1.1.6" | ||
}, | ||
@@ -48,0 +52,0 @@ "engines": { |
@@ -27,6 +27,6 @@ # MathSass [![NPM version](https://badge.fury.io/js/mathsass.png)](http://badge.fury.io/js/mathsass) [![Build Status](https://travis-ci.org/terkel/mathsass.png?branch=master)](https://travis-ci.org/terkel/mathsass) [![Dependency Status](https://david-dm.org/terkel/mathsass.png)](https://david-dm.org/terkel/mathsass) [![devDependency Status](https://david-dm.org/terkel/mathsass/dev-status.png)](https://david-dm.org/terkel/mathsass#info=devDependencies) | ||
Import `dist/math.scss` partial to the Sass document. | ||
Import `dist/MathSass.scss` partial to the Sass document. | ||
```scss | ||
@import "path/to/dist/math"; | ||
@import "path/to/dist/MathSass"; | ||
@@ -39,6 +39,7 @@ .content { | ||
If you installed via Npm the path will be: `node_modules/mathsass/dist/math` | ||
If you installed via Npm the path will be: `node_modules/mathsass/dist/MathSass` | ||
If you installed via Bower the path will be: `bower_components/mathsass/dist/math` | ||
If you installed via Bower the path will be: `bower_components/mathsass/dist/MathSass` | ||
## Features | ||
@@ -195,3 +196,3 @@ | ||
Special thanks to [@kaminaly](https://github.com/kaminaly) and [@pilssalgi](https://github.com/pilssalgi)! | ||
Special thanks to [@kaminaly](https://github.com/kaminaly), [@pilssalgi](https://github.com/pilssalgi) and [@thejameskyle](https://github.com/thejameskyle)! | ||
@@ -198,0 +199,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15774
201