Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

zeus-wapo-pagekeyvalues

WPMedia5MIT1.0.1

Washington Post Page Key Values

readme

zeus-wapo-pagekeyvalues

PageKeyvalues package for the Washington Post

Installation

Install via NPM:

npm install zeus-wapo-pagekeyvalues

Usage

var zeusWapoKeyvalues = require("zeus-wapo-pagekeyvalues");

zeusWapoKeyvalues.helloWapo(); // print and return " Hello WaPo! " 

Publish to NPM

npm publish

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.1 (2021-02-24)

Bug Fixes

  • remove return that creates bug where j_ucid doesn't get pushed to dataLayer (998e6c1)

1.0.0 (2021-02-02)

Features

  • initial init of npm package :tada: (56f75de)