-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: have proper name wpackio-scripts
Instead of using string in bin, use an object to correctly define the name of the executable.
- Loading branch information
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "wpackio-example-wp-plugin", | ||
"version": "1.0.0", | ||
"description": "A sample execution of wpackio scripts for WordPress Plugin Development", | ||
"main": "index.js", | ||
"author": "Swashata Ghosh (https://swas.io)", | ||
"license": "MIT", | ||
"private": true, | ||
"devDependencies": { | ||
"@wpackio/scripts": "0.0.1" | ||
}, | ||
"scripts": { | ||
"exstart": "wpackio-scripts start", | ||
"exbuild": "wpackio-scripts build" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters