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.
2 parents cd62a30 + b39331b commit b8d56dbCopy full SHA for b8d56db
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cuculus/cuculus-api",
3
- "version": "0.0.3",
+ "version": "0.1.0",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/apis/index.ts
@@ -2,6 +2,5 @@
/* eslint-disable */
export * from './AuthApi';
export * from './PostsApi';
-export * from './SampleApi';
export * from './TimelinesApi';
7
export * from './UsersApi';
0 commit comments