Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix: update deps and fix error on build
Browse files Browse the repository at this point in the history
This reverts commit 0b45f4e.
  • Loading branch information
braddialpad committed Apr 12, 2023
1 parent 0b45f4e commit 4270283
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 36 deletions.
95 changes: 62 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run transform && ./build.js && cp ./AndroidManifest.xml dist/android && ./gradlew publishToMavenLocal -Pversion=$npm_package_version && ./build-ios.js",
"transform": "token-transformer base.json tokens/tokens.json --expandTypography=true --expandShadow=true",
"transform": "token-transformer base.json tokens/tokens.json base,semantic --expandTypography=true --expandShadow=true",
"prepublishOnly": "npm run build",
"release": "semantic-release --no-ci --extends ./release-local.config.js"
},
Expand All @@ -33,7 +33,7 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"maven": "^5.0.0",
"style-dictionary": "^3.7.1",
"token-transformer": "^0.0.24"
"style-dictionary": "^3.7.2",
"token-transformer": "^0.0.32"
}
}

0 comments on commit 4270283

Please sign in to comment.