Skip to content

Commit c202b86

Browse files
authored
Merge pull request #3 from ramiy/master
Version 0.4.0
2 parents 5bc5d64 + d45d666 commit c202b86

File tree

15 files changed

+723
-542
lines changed

15 files changed

+723
-542
lines changed

.github/workflows/publish.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: "Publish Package"
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
release:
9+
name: publish
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: checkout
13+
uses: actions/[email protected]
14+
- name: node
15+
uses: actions/[email protected]
16+
with:
17+
node-version: 12
18+
registry-url: https://registry.npmjs.org
19+
- name: publish
20+
run: npm publish --access public
21+
env:
22+
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 charts.css
3+
Copyright (c) 2020 Rami Yushuvaev
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)