Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use npm 7 #12

Merged
merged 26 commits into from
Jun 25, 2022
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4a1cbf6
feat: use npm 7 and node-gyp 8
aminya Aug 9, 2021
06fce3f
Merge branch 'master' into bump-npm
aminya Jun 22, 2022
3c14569
Merge branch 'master' into bump-npm
aminya Jun 22, 2022
8eaa7ab
fix: update npm/pnpm (target minor version changes)
aminya Jun 22, 2022
9014b07
fix: fix nppm load by setting npm.config.defs.defaults properties
aminya Jun 22, 2022
18658ae
fix: set the npm.config.defs.default property as an object
aminya Jun 22, 2022
32ebf17
fix: set the type of the module to commonjs in package.json
aminya Jun 22, 2022
415ad04
fix: use resolve from the resolve package instead of require.resolve
aminya Jun 22, 2022
e597994
fix: print the found children in the installation assert
aminya Jun 22, 2022
e084099
fix: ignore packaeg-lock.json in the installGlobally condition
aminya Jun 22, 2022
d0aafd2
Merge branch 'master' into bump-npm
aminya Jun 22, 2022
d14d377
fix: check for .package-lock.json instead
aminya Jun 22, 2022
58ed497
fix: upgrade the lock files in the tests to fix papm ci
aminya Jun 22, 2022
72f8594
fix: set the apm config paths in getSetting
aminya Jun 22, 2022
4ea53c6
fix: improve the installation types
aminya Jun 22, 2022
81fdcbd
fix: use npm rebuild instead of npm build
aminya Jun 22, 2022
8c8a3f8
test: test config.gypi instead of the Makefile for native module
aminya Jun 22, 2022
2ba13f7
test: remove deletion of npm_config_cache
aminya Jun 22, 2022
a8b1753
Revert "test: remove deletion of npm_config_cache"
aminya Jun 22, 2022
c7955fa
Merge branch 'master' into bump-npm
aminya Jun 22, 2022
4da7e3e
test: try to fix the config-spec error
aminya Jun 22, 2022
b4d7503
Merge branch 'master' into bump-npm
aminya Jun 22, 2022
33a14bb
test: increase the timeout for the config test
aminya Jun 22, 2022
cb613c4
fix: use truthy short circuit to handle the environment variables
aminya Jun 25, 2022
548c3a5
fix: remove the duplicate path properties and move them to base Command
aminya Jun 25, 2022
6caf849
fix: set the npm_config_cache environment variable manually
aminya Jun 25, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: set the type of the module to commonjs in package.json
aminya committed Jun 22, 2022
commit 32ebf171d4d74a894d501bf07b2f3bbecc619c6f
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
"repository": "https://github.com/atom-community/papm",
"license": "MIT",
"author": "Amin Yahyaabadi",
"type": "commonjs",
"main": "./lib/apm.js",
"bin": {
"apm": "bin/apm"