remove npm-link-local

pull/7/head
yann300 7 years ago committed by GitHub
parent f0aa325827
commit a6193395ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      remix-core/package.json

@ -19,13 +19,11 @@
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",
"babelify": "^7.3.0", "babelify": "^7.3.0",
"fast-async": "^6.1.2", "fast-async": "^6.1.2",
"npm-link-local": "^1.1.0",
"remix-lib": "latest", "remix-lib": "latest",
"standard": "^7.0.1", "standard": "^7.0.1",
"tape": "^4.6.0" "tape": "^4.6.0"
}, },
"scripts": { "scripts": {
"postinstall": "npm-link-local ../remix-lib",
"test": "standard && tape ./test/tests.js" "test": "standard && tape ./test/tests.js"
}, },
"standard": { "standard": {

Loading…
Cancel
Save