Skip to content

Commit

Permalink
feat: add @jswork/taro-envs
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 25, 2023
1 parent 45d87a9 commit b4e880c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"@jswork/next-sleep": "^1.0.1",
"@jswork/next-try-set": "^1.0.1",
"@jswork/next-weapp-storage": "^1.0.7",
"@jswork/pipe": "^1.0.4"
"@jswork/pipe": "^1.0.4",
"@jswork/taro-envs": "^1.0.5"
},
"babel": {
"presets": [
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import '@jswork/next-sleep';
import '@jswork/next-json';
import '@jswork/next-global';
import '@jswork/next-memo';
import '@jswork/taro-envs';

const defaults = { prefix: 'nuk', queryInterceptors: [nx.stubValue], initialData: null };

Expand Down

0 comments on commit b4e880c

Please sign in to comment.