Maybe this time it works?

master
Zed A. Shaw 1 year ago
parent 22b4490777
commit 8064c0af21
  1. 3
      index.js
  2. 4
      package.json

@ -0,0 +1,3 @@
import { writeFile } from "node:fs/promises";
await writeFile("test.txt", "whatever");

@ -4,9 +4,9 @@
"description": "Testing npm install/create.",
"main": "index.js",
"scripts": {
"test": "test",
"create-npm-test": "echo TEST > test.html"
"test": "test"
},
"type": "module",
"repository": {
"type": "git",
"url": "git@git.learnjsthehardway.com:zedshaw/npm-testing.git"

Loading…
Cancel
Save