Skip to content

Commit 974914f

Browse files
committed
Add npmignore and update package
1 parent 68d51d9 commit 974914f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: .npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src

Diff for: package.json

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"test": "mocha --compilers js:babel-core/register --recursive --reporter spec --require ./test/setup.js",
1515
"test:watch": "npm test -- --watch"
1616
},
17+
"bugs": {
18+
"url": "https://github.com/javivelasco/react-css-themr/issues"
19+
}
20+
"homepage": "https://github.com/javivelasco/react-css-themr#readme",
1721
"author": "Javi Velasco <[email protected]> (http://javivelasco.com/)",
1822
"license": "MIT",
1923
"devDependencies": {

0 commit comments

Comments
 (0)