Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjvs committed Apr 26, 2024
2 parents 42ef24d + e9abfe4 commit a30b5d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions apps/create-guider/entry.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

import './dist/index.js';
11 changes: 6 additions & 5 deletions apps/create-guider/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@neato/create-guider",
"version": "0.0.1",
"version": "0.0.2",
"description": "Beautiful documentation sites, without all the hassle",
"main": "./dist/index.js",
"main": "./entry.js",
"type": "module",
"homepage": "https://neatojs.com/docs/guider",
"repository": "https://github.com/mrjvs/neatojs",
Expand All @@ -21,11 +21,12 @@
"license": "MIT",
"files": [
"dist/**",
"templates/**"
"templates/**",
"entry.js"
],
"exports": "./dist/index.js",
"exports": "./entry.js",
"bin": {
"@neato/create-guider": "./dist/index.js"
"@neato/create-guider": "./entry.js"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit a30b5d3

Please sign in to comment.