diff --git a/package.json b/package.json index 39d5d1d..324a1fb 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "salesforce-marketing-cloud-sdk", "version": "1.0.0", - "description": "Marketing_Clouds_REST_API_is_our_newest_API__It_supports_multi_channel_use_cases_is_much_more_lightweight_and_easy_to_use_than_our_SOAP_API_and_is_getting_more_comprehensive_with_every_release_", - "license": "Apache 2.0", + "description": "The Salesforce Marketing Cloud Node.js SDK", + "license": "BSD-3-Clause", "main": "src/index.js", "scripts": { "test": "node_modules/.bin/mocha test/unit --recursive && node_modules/.bin/mocha test/integration --recursive --timeout {TEST_TIMEOUT}s"