Skip to content

Commit 24e420a

Browse files
committed
Add package.json for npm support.
1 parent b89071c commit 24e420a

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

map-get-functions.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import "map-get-next";
2+
@import "map-get-prev";

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "sass-map-get-next-prev",
3+
"version": "0.0.1",
4+
"description": "Sass map-get functions improving loops with get-next and get-prev for a potential 2nd loop parameter",
5+
"main": "map-get-functions.scss",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/rowild/sass-map-get-next-prev.git"
12+
},
13+
"keywords": [
14+
"Sass",
15+
"map-get",
16+
"loop",
17+
"next",
18+
"prev"
19+
],
20+
"author": "elche",
21+
"license": "Apache-2.0",
22+
"bugs": {
23+
"url": "https://github.com/rowild/sass-map-get-next-prev/issues"
24+
},
25+
"homepage": "https://github.com/rowild/sass-map-get-next-prev#readme"
26+
}

0 commit comments

Comments
 (0)