Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 26, 2022
1 parent 841c5c5 commit 40c8bef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .npmignore

This file was deleted.

16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "papm",
"version": "0.0.0",
"version": "0.1.0",
"description": "Performant Atom Package Manager",
"repository": "https://github.com/atom-community/papm",
"license": "MIT",
Expand All @@ -10,19 +10,31 @@
"bin": {
"apm": "bin/apm"
},
"files": [
"lib",
"bin",
"src",
"script",
"templates",
"native-module",
".npmrc",
"pnpm-lock.yaml",
"deprecated-packages.json"
],
"scripts": {
"build": "npm run clean.lib && npm run tsc",
"build.test": "npm run get.fixtures && shx rm -rf ./dist-spec/ ./native-module/build && shx cp -r spec dist-spec && babel ./dist-spec --out-dir ./dist-spec",
"check-version": "node script/check-version.js",
"clean": "npm run clean.bin && npm run clean.lib",
"clean.bin": "shx rm -rf bin/node_darwin_x64 bin/node.exe bin/node",
"clean.lib": "shx rm -rf lib/",
"clean.lib": "shx rm -rf lib/ ./native-module/build",
"copy": "shx cp -r src lib",
"format": "prettier --write .",
"get.fixtures": "node ./script/get-fixtures.js && shx cp -r ./spec/fixtures/r.tmbundle-patch/Snippets/ ./spec/fixtures/r.tmbundle/",
"postinstall": "node ./script/download-node.js && shx chmod +x ./bin/npm && shx chmod +x ./bin/apm",
"lint": "eslint . --fix",
"prepare": "npm run build",
"prepublishOnly": "npm run clean.bin",
"test": "npm run check-version && npm run build.test && jasmine-focused --captureExceptions dist-spec",
"test.format": "prettier . --check",
"test.lint": "eslint .",
Expand Down
2 changes: 0 additions & 2 deletions pnpm-workspace.yaml

This file was deleted.

0 comments on commit 40c8bef

Please sign in to comment.