Browse Source

chore: package release

pull/933/head
Divyansh Kumar 3 years ago
parent
commit
a52577718a
  1. 1
      .gitignore
  2. 3
      .npmrc_sample
  3. 7
      package.json

1
.gitignore vendored

@ -3,3 +3,4 @@ bower_components/ @@ -3,3 +3,4 @@ bower_components/
node_modules/
package-lock.json
yarn.lock
.npmrc

3
.npmrc_sample

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
registry=https://registry.npmjs.org/
@rippling:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=github-token

7
package.json

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
{
"name": "papaparse",
"name": "@rippling/papaparse",
"version": "4.6.0",
"description": "Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.",
"keywords": [
@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
"homepage": "http://papaparse.com",
"repository": {
"type": "git",
"url": "https://github.com/mholt/PapaParse.git"
"url": "ssh://git@github.com/Rippling/PapaParse.git"
},
"author": {
"name": "Matthew Holt",
@ -53,5 +53,8 @@ @@ -53,5 +53,8 @@
"test-phantomjs": "node tests/test.js --phantomjs",
"test-node": "mocha tests/node-tests.js tests/test-cases.js",
"test": "npm run lint && npm run test-node && npm run test-phantomjs"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

Loading…
Cancel
Save