noshift.js 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,7 +24,7 @@ The mapping is based on the keyboard layout of the creator’s laptop.
24
24
  ### 言語名
25
25
  NoShift.js
26
26
 
27
- ### 張子
27
+ ### 拡張子
28
28
  .nsjs
29
29
 
30
30
  ### 概略
@@ -101,7 +101,7 @@ export default async function create(projectNameArg) {
101
101
 
102
102
  // nsjs.config.js を作成
103
103
  const configContent = `export default {
104
- build: "", // 空なら ./build にビルドされます
104
+ build: "", // default: ./build
105
105
  };
106
106
  `;
107
107
  await fs.writeFile("nsjs.config.js", configContent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noshift.js",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Joke language.",
5
5
  "bin": {
6
6
  "nsjs": "./bin/cli.js"