Skip to content

Commit 11eb2e8

Browse files
authored
Merge pull request #2 from mvc-works/new-workflow
switching to new workflow and get package published
2 parents 5b4c07f + 960a237 commit 11eb2e8

30 files changed

+5686
-2965
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
calcit.cirru -diff
3+
yarn.lock -diff linguist-generated

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
/dist/
3+
/lib/
4+
/node_modules/
5+
/index.html

.npmignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
/dist
3+
src/
4+
/.gitattributes
5+
index.html
6+
upload.edn
7+
/webpack.*
8+
yarn.lock
9+
template.cirru

0 commit comments

Comments
 (0)