Skip to content

Commit cfc48d9

Browse files
committed
add example .gitnore and update plugin version
1 parent f0f3fff commit cfc48d9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

example/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Project dependencies
2+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
3+
node_modules
4+
.cache/
5+
# Build directory
6+
public/
7+
.DS_Store
8+
yarn-error.log
9+
yarn.lock

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"gatsby": "^1.9.38",
1515
"gatsby-link": "^1.6.16",
16-
"gatsby-plugin-uncss": "^1.0.0"
16+
"gatsby-plugin-uncss": "^1.1.0"
1717
}
1818
}

0 commit comments

Comments
 (0)