We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ada5f commit 1ce2042Copy full SHA for 1ce2042
relay-compiler-language-swift/package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.1.1",
+ "version": "0.2.0",
3
"license": "MIT",
4
"main": "dist/index.js",
5
"typings": "dist/index.d.ts",
@@ -17,7 +17,7 @@
17
"lint": "tsdx lint",
18
"prepare": "tsdx build && npm run prepare-swift-build && npm run prepare-swift-copy",
19
"prepare-swift-build": "cd .. && swift build -c release",
20
- "prepare-swift-copy": "cp ../.build/x86_64-apple-macosx/release/find-graphql-tags ./dist/"
+ "prepare-swift-copy": "cp ../.build/x86_64-apple-macosx/release/find-graphql-tags /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/lib_InternalSwiftSyntaxParser.dylib ./dist/"
21
},
22
"peerDependencies": {},
23
"husky": {
0 commit comments