We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3aa8e commit f318e1aCopy full SHA for f318e1a
.github/workflows/npm-publish.yml
@@ -22,8 +22,11 @@ jobs:
22
- name: Install dependencies
23
run: yarn install
24
25
- - name: Lint SCSS
26
- run: yarn lint-scss
+ # - name: Lint JS
+ # run: yarn lint:js
27
+
28
29
+ # run: yarn lint:scss
30
31
# - name: Compile SASS
32
# run: yarn compile-sass
package.json
@@ -2,7 +2,7 @@
2
"private": false,
3
"name": "@outdoormap/frontend-utils",
4
"description": "Outdoormap > Front End Utilities",
5
- "version": "1.0.0",
+ "version": "1.0.1",
6
"author": "OutdoorMap <support@outdoormap.com>",
7
"license": "MIT",
8
"main": "index.js",
0 commit comments