File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : NPM Package
2
+
3
+ on :
4
+ release :
5
+ types : [created]
6
+
7
+ jobs :
8
+ publish-npm :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@v2
12
+ - uses : actions/setup-node@v1
13
+ with :
14
+ node-version : 16
15
+ registry-url : https://registry.npmjs.org/
16
+ - run : npm publish
17
+ env :
18
+ NODE_AUTH_TOKEN : ${{secrets.npm_token}}
Original file line number Diff line number Diff line change @@ -30,3 +30,6 @@ export default {
30
30
// ...
31
31
}
32
32
```
33
+
34
+ ## Careers
35
+ Explore new opportunities with [ Rise8] ( https://rise8.us/careers/ ) .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rise8/tailwind-pixel-perfect-preset" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A Tailwind CSS preset that replaces rem with px." ,
5
5
"author" : " Joshua Nathaniel Miller" ,
6
6
"license" : " MIT" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/rise8-us/tailwind-pixel-perfect-preset.git"
10
+ },
7
11
"main" : " index.js" ,
8
12
"peerDependencies" : {
9
13
"tailwindcss" : " ^3.0.0"
You can’t perform that action at this time.
0 commit comments