Skip to content
/ caniuse Public

Commit e776bca

Browse files
committedJan 26, 2014
Add files for npm release
1 parent 8edaf4a commit e776bca

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
 

‎.npmignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.gitignore
2+
.gitattributes
3+
4+
.travis.yml
5+
validator/
6+
7+
Contributing.md
8+
sample-data.json

‎package.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "caniuse-db",
3+
"version": "1.0.20140126",
4+
"description": "Raw browser/feature support data from caniuse.com",
5+
"keywords": ["support", "css", "js", "html5", "svg"],
6+
"author": "Alexis Deveria <adeveria@gmail.com>",
7+
"license": "CC-BY-NC",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/Fyrd/caniuse.git"
11+
}
12+
}

0 commit comments

Comments
 (0)
Please sign in to comment.